|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectControlPropertySet
public abstract class ControlPropertySet
The ControlPropertySet class is an abstract base class that represents a PropertySet on the interface of a ControlBean type.
Constructor Summary | |
---|---|
protected |
ControlPropertySet(ControlInterface controlIntf)
Base constructor, protected so only a custom subclass can invoke |
Method Summary | |
---|---|
abstract String |
getClassName()
Returns the class name of the property set |
abstract String |
getPrefix()
Returns the property name prefix for properties in this PropertySet |
ArrayList<ControlProperty> |
getProperties()
Returns the list of ControlProperties associated with this ControlPropertySet |
protected void |
init()
Initializes the ControlPropertySet instance. |
protected abstract ArrayList<ControlProperty> |
initProperties()
Initializes the list of BeanProperties associated with this ControlPropertySet |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ControlPropertySet(ControlInterface controlIntf)
controlIntf
- the declaring BeanInteraceMethod Detail |
---|
protected void init()
protected abstract ArrayList<ControlProperty> initProperties()
public ArrayList<ControlProperty> getProperties()
public abstract String getClassName()
public abstract String getPrefix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |