Interface ListAware
- All Known Implementing Classes:
ToggleMenu
public interface ListAware
Components that change their template (or other logic) based on whether they are rendered in a list (as
a list item) should implement this interface.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetRenderedInList(boolean renderedInList) Sets the boolean indicator on the component that indicates whether it is being rendered in a list
-
Method Details
-
setRenderedInList
void setRenderedInList(boolean renderedInList) Sets the boolean indicator on the component that indicates whether it is being rendered in a list- Parameters:
renderedInList- boolean true if rendered in a list, false if not
-