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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.AttributeModifier
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
-
Constructor Details
-
IconAttributeModifier
public IconAttributeModifier()
-
-
Method Details
-
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
-