|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DetailTogglerModel
This interface define a contract to manipulate the toggle state of components like t:dataTable with detailStamp enabled. An object implementing this interface is set on request scope under the key defined by varDetailToggler.
Method Summary | |
---|---|
void |
collapseAllDetails()
Collapse all details of all rows in all pages. |
void |
collapseAllPageDetails()
Expand all details of the rows displayed on the current page. |
void |
expandAllDetails()
Expand all details of all rows in all pages. |
void |
expandAllPageDetails()
Expand all details of the rows displayed on the current page. |
boolean |
isCurrentDetailExpanded()
Return true if the current detail row is expanded. |
boolean |
isDetailStampExpandedDefault()
true|false - true if the detailStamp should be expanded by default. |
void |
toggleDetail()
Change the status of the current detail row from collapsed to expanded or viceversa. |
Method Detail |
---|
void collapseAllDetails()
void collapseAllPageDetails()
void expandAllDetails()
void expandAllPageDetails()
boolean isCurrentDetailExpanded()
void toggleDetail()
boolean isDetailStampExpandedDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |