|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.DictionaryBeanBase org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase org.kuali.rice.krad.uif.component.ComponentBase org.kuali.rice.krad.uif.widget.WidgetBase org.kuali.rice.krad.uif.widget.LightBox
public class LightBox
Used for rendering a lightbox in the UI to display action links in dialog popups
Field Summary |
---|
Fields inherited from interface org.kuali.rice.krad.uif.component.Ordered |
---|
INITIAL_ORDER_VALUE |
Fields inherited from interface org.springframework.core.Ordered |
---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Constructor Summary | |
---|---|
LightBox()
|
Method Summary | ||
---|---|---|
protected
|
copyProperties(T component)
Copies the properties over for the copy method |
|
String |
getHeight()
|
|
Map<String,String> |
getTemplateOptions()
Override to add property values to the template options |
|
String |
getWidth()
Width the component should take up in the container |
|
boolean |
isAddAppParms()
Indicates that the light box link should have application parameters added to it. |
|
boolean |
isLookupReturnByScript()
|
|
void |
setAddAppParms(boolean addAppParms)
Setter for the addAppParms. |
|
void |
setHeight(String height)
Setter for the height of the light box Can be percentage. |
|
void |
setLookupReturnByScript(boolean lookupReturnByScript)
Setter for the flag to indicate that lookups will return the value by script and not a post |
|
void |
setWidth(String width)
Setter for the width of the light box Can be percentage. |
Methods inherited from class org.kuali.rice.krad.uif.widget.WidgetBase |
---|
getComponentTypeName |
Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase |
---|
getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph |
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
---|
getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.datadictionary.uif.UifDictionaryBean |
---|
getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph |
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean |
---|
getComponentCode, getNamespaceCode |
Constructor Detail |
---|
public LightBox()
Method Detail |
---|
public Map<String,String> getTemplateOptions()
getTemplateOptions
in interface Component
getTemplateOptions
in class ComponentBase
Component.getTemplateOptions()
public String getHeight()
public void setHeight(String height)
height
- public String getWidth()
Component
All components belong to a Container
and are placed using a
LayoutManager
. This property specifies a width the component
should take up in the Container. This is not applicable for all layout
managers. During the finalize phase the CSS width style will be created
for the width setting.
e.g. '30%', '55px'
getWidth
in interface Component
getWidth
in class ComponentBase
Component.getWidth()
public void setWidth(String width)
setWidth
in interface Component
setWidth
in class ComponentBase
width
- Component.setWidth(java.lang.String)
public boolean isAddAppParms()
public void setAddAppParms(boolean addAppParms)
addAppParms
- public boolean isLookupReturnByScript()
public void setLookupReturnByScript(boolean lookupReturnByScript)
lookupReturnByScript
- the lookupReturnByScript flagprotected <T> void copyProperties(T component)
ComponentBase
copyProperties
in class WidgetBase
component
- base beanComponentBase.copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |