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
public class DocumentAttributeModifier extends AbstractNodeAttributeModifier
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.AttributeModifier[]
getCellAttributeModifiers(org.apache.wicket.model.IModel<Node> model)
Attribute modifiers for an individual cells in the grid.static DocumentAttributeModifier
getInstance()
-
Methods inherited from class org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeAttributeModifier
getCellAttributeModifier, getCellAttributeModifiers, getColumnAttributeModifier, getColumnAttributeModifiers
-
-
-
-
Method Detail
-
getInstance
public static DocumentAttributeModifier 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
-
-