org.zeroexchange.web.components
Class ControlDescriptor

java.lang.Object
  extended by 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

Constructor Summary
ControlDescriptor(org.apache.wicket.model.IModel<String> labelModel)
           
 
Method Summary
abstract  org.apache.wicket.Component createComponent(String componentId)
           
 org.apache.wicket.Component getComponent(String componentId)
           
 org.apache.wicket.model.IModel<String> getLabelModel()
           
protected  void setCache(boolean cache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlDescriptor

public ControlDescriptor(org.apache.wicket.model.IModel<String> labelModel)
Method Detail

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.