Class AbstractNodeAttributeModifier

    • Constructor Detail

      • AbstractNodeAttributeModifier

        public AbstractNodeAttributeModifier()
    • Method Detail

      • getCellAttributeModifiers

        public org.apache.wicket.AttributeModifier[] getCellAttributeModifiers​(org.apache.wicket.model.IModel<javax.jcr.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 AbstractListAttributeModifier<javax.jcr.Node>
        Parameters:
        model - for the row being shown
        Returns:
        an array of attribute modifiers
      • getCellAttributeModifier

        protected org.apache.wicket.AttributeModifier getCellAttributeModifier​(javax.jcr.Node node)
      • getCellAttributeModifiers

        protected org.apache.wicket.AttributeModifier[] getCellAttributeModifiers​(javax.jcr.Node node)
                                                                           throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • getColumnAttributeModifier

        protected org.apache.wicket.AttributeModifier getColumnAttributeModifier()
        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.
      • getColumnAttributeModifiers

        public org.apache.wicket.AttributeModifier[] getColumnAttributeModifiers()
        Description copied from class: AbstractListAttributeModifier
        Attribute modifiers for a column in the grid. The array may be null and each of the modifiers in the array can be null, too.
        Overrides:
        getColumnAttributeModifiers in class AbstractListAttributeModifier<javax.jcr.Node>
        Returns:
        an array of attribute modifiers