Class DocumentAttributeModifier

All Implemented Interfaces:
Serializable

public class DocumentAttributeModifier extends AbstractNodeAttributeModifier
See Also:
  • Method Details

    • 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 class AbstractNodeAttributeModifier
      Parameters:
      model - for the row being shown
      Returns:
      an array of attribute modifiers