Class DocumentAttributeModifier
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.DocumentAttributeModifier
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.AttributeModifier[]
getCellAttributeModifiers
(org.apache.wicket.model.IModel<Node> model) Attribute modifiers for an individual cells in the grid.static DocumentAttributeModifier
Methods inherited from class org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeAttributeModifier
getCellAttributeModifier, getCellAttributeModifiers, getColumnAttributeModifier, getColumnAttributeModifiers
-
Method Details
-
getInstance
-
getCellAttributeModifiers
public org.apache.wicket.AttributeModifier[] getCellAttributeModifiers(org.apache.wicket.model.IModel<Node> model) Description copied from class:AbstractListAttributeModifier
Attribute modifiers for an individual cells in the grid. The array may be null and each of the modifiers in the array can be null, too.- Overrides:
getCellAttributeModifiers
in classAbstractNodeAttributeModifier
- Parameters:
model
- for the row being shown- Returns:
- an array of attribute modifiers
-