Class IconAttributeModifier
- java.lang.Object
-
- org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractListAttributeModifier<Node>
-
- org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeAttributeModifier
-
- org.hippoecm.frontend.plugins.standards.list.resolvers.IconAttributeModifier
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DocumentTypeIconAttributeModifier
public class IconAttributeModifier extends AbstractNodeAttributeModifier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IconAttributeModifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.AttributeModifier
getColumnAttributeModifier()
Helper method for the common case that there is only one modifier.-
Methods inherited from class org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeAttributeModifier
getCellAttributeModifier, getCellAttributeModifiers, getCellAttributeModifiers, getColumnAttributeModifiers
-
-
-
-
Method Detail
-
getColumnAttributeModifier
public org.apache.wicket.AttributeModifier getColumnAttributeModifier()
Description copied from class:AbstractNodeAttributeModifier
Helper method for the common case that there is only one modifier. Override this method when a column-specific attribute modifier should be present on each cell in the column.- Overrides:
getColumnAttributeModifier
in classAbstractNodeAttributeModifier
-
-