|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.uif.component.ConfigurableBase 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 | |
---|---|
String |
getActionParameterMapString()
Action parameter map javascript string |
String |
getComponentOptionsJSString()
Builds a string from the underlying Map of component options
that will export that options as a JavaScript Map for use in js and
jQuery plugins |
String |
getHeight()
|
String |
getWidth()
Width the component should take up in the container |
boolean |
isLookupReturnByScript()
|
void |
setActionParameterMapString(String actionParameterMapString)
Setter for the action parameter map javascript string |
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.uif.component.ConfigurableBase |
---|
getPropertyExpression, getPropertyExpressions, setPropertyExpressions |
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.uif.component.Configurable |
---|
getPropertyExpression, getPropertyExpressions, setPropertyExpressions |
Constructor Detail |
---|
public LightBox()
Method Detail |
---|
public void setActionParameterMapString(String actionParameterMapString)
actionParameterMapString
- the action parameter map javascript stringpublic String getActionParameterMapString()
The action parameter map string will be used to write these parameters to the form.
public String getHeight()
public void setHeight(String height)
height
- public String getWidth()
ComponentBase
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 class ComponentBase
public void setWidth(String width)
setWidth
in class ComponentBase
width
- public String getComponentOptionsJSString()
ComponentBase
Map
of component options
that will export that options as a JavaScript Map for use in js and
jQuery plugins
getComponentOptionsJSString
in interface Component
getComponentOptionsJSString
in class ComponentBase
ComponentBase.getComponentOptionsJSString()
public boolean isLookupReturnByScript()
public void setLookupReturnByScript(boolean lookupReturnByScript)
lookupReturnByScript
- the lookupReturnByScript flag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |