public abstract class AbstractNodeAttributeModifier extends AbstractListAttributeModifier<javax.jcr.Node>
Constructor and Description |
---|
AbstractNodeAttributeModifier() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.wicket.AttributeModifier |
getCellAttributeModifier(javax.jcr.Node node) |
org.apache.wicket.AttributeModifier[] |
getCellAttributeModifiers(org.apache.wicket.model.IModel<javax.jcr.Node> model)
Attribute modifiers for an individual cells in the grid.
|
protected org.apache.wicket.AttributeModifier[] |
getCellAttributeModifiers(javax.jcr.Node node) |
protected org.apache.wicket.AttributeModifier |
getColumnAttributeModifier()
Helper method for the common case that there is only one modifier.
|
protected org.apache.wicket.AttributeModifier |
getColumnAttributeModifier(javax.jcr.Node node)
Deprecated.
|
org.apache.wicket.AttributeModifier[] |
getColumnAttributeModifiers()
Attribute modifiers for a column in the grid.
|
org.apache.wicket.AttributeModifier[] |
getColumnAttributeModifiers(org.apache.wicket.model.IModel<javax.jcr.Node> model)
Deprecated.
|
public org.apache.wicket.AttributeModifier[] getCellAttributeModifiers(org.apache.wicket.model.IModel<javax.jcr.Node> model)
AbstractListAttributeModifier
getCellAttributeModifiers
in class AbstractListAttributeModifier<javax.jcr.Node>
model
- for the row being shownprotected org.apache.wicket.AttributeModifier getCellAttributeModifier(javax.jcr.Node node)
protected org.apache.wicket.AttributeModifier[] getCellAttributeModifiers(javax.jcr.Node node) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
@Deprecated public org.apache.wicket.AttributeModifier[] getColumnAttributeModifiers(org.apache.wicket.model.IModel<javax.jcr.Node> model)
@Deprecated protected org.apache.wicket.AttributeModifier getColumnAttributeModifier(javax.jcr.Node node)
protected org.apache.wicket.AttributeModifier getColumnAttributeModifier()
public org.apache.wicket.AttributeModifier[] getColumnAttributeModifiers()
AbstractListAttributeModifier
getColumnAttributeModifiers
in class AbstractListAttributeModifier<javax.jcr.Node>
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.