|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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.Disclosure
public class Disclosure
Decorates a group with collapse/expand functionality
| 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 | |
|---|---|
Disclosure()
|
|
| Method Summary | |
|---|---|
int |
getAnimationSpeed()
Gives the speed for the open/close animation, a smaller int will result in a faster animation |
String |
getCollapseImageSrc()
Path to the images that should be displayed to collapse the group |
String |
getExpandImageSrc()
Path to the images that should be displayed to expand the group |
boolean |
isDefaultOpen()
Indicates whether the group should be initially open |
boolean |
isRenderImage()
Indicates whether the expand/collapse image should be rendered for the closure, if set to false only the group title will be clickable |
void |
setAnimationSpeed(int animationSpeed)
Setter for the open/close animation speed |
void |
setCollapseImageSrc(String collapseImageSrc)
Setter for the collapse image path |
void |
setDefaultOpen(boolean defaultOpen)
Setter for the default open indicator |
void |
setExpandImageSrc(String expandImageSrc)
Setter for the expand image path |
void |
setRenderImage(boolean renderImage)
Setter for the render expand/collapse image indicator |
| 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 Disclosure()
| Method Detail |
|---|
public String getCollapseImageSrc()
public void setCollapseImageSrc(String collapseImageSrc)
collapseImageSrc - public String getExpandImageSrc()
public void setExpandImageSrc(String expandImageSrc)
collapseImageSrc - public int getAnimationSpeed()
public void setAnimationSpeed(int animationSpeed)
animationSpeed - public boolean isDefaultOpen()
public void setDefaultOpen(boolean defaultOpen)
defaultOpen - public boolean isRenderImage()
public void setRenderImage(boolean renderImage)
renderImage -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||