org.zeroexchange.web.components
Class ControlDescriptor
java.lang.Object
org.zeroexchange.web.components.ControlDescriptor
- All Implemented Interfaces:
- Serializable
public abstract class ControlDescriptor
- extends Object
- implements Serializable
The descriptor of the resource edit control.
- Author:
- black
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControlDescriptor
public ControlDescriptor(org.apache.wicket.model.IModel<String> labelModel)
getLabelModel
public org.apache.wicket.model.IModel<String> getLabelModel()
setCache
protected void setCache(boolean cache)
getComponent
public org.apache.wicket.Component getComponent(String componentId)
- Parameters:
string
-
- Returns:
- the componentClass
createComponent
public abstract org.apache.wicket.Component createComponent(String componentId)
Copyright © 2013. All Rights Reserved.