|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyCollectionControllerModel
Interface used to represent the type : property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
Field Summary | |
---|---|
static PropertyCollectionListInstanceHolder |
CHILD_COLLECTION_CONTROLLER_LIST_INSTANCE
Variable used to hold the PropertyInstance for : child collection controller list |
static PropertyCollectionListInstanceHolder |
CHILD_PROPERTY_CONTROLLER_LIST_INSTANCE
Variable used to hold the PropertyInstance for : child property controller list |
static PropertyInstanceHolder |
CONTROLLED_COLLECTION_INSTANCE
Variable used to hold the PropertyInstance for : controlled collection |
static PropertyInstanceHolder |
IS_ADD_AVAILABLE_INSTANCE
Variable used to hold the PropertyInstance for : is add available |
static PropertyInstanceHolder |
IS_DELETE_AVAILABLE_INSTANCE
Variable used to hold the PropertyInstance for : is delete available |
static PropertyCollectionTypeHolder |
PROPERTY_COLLECTION_CONTROLLER_MODEL_TYPE
Variable used to hold the PropertyCollectionType for : property collection controller model |
Fields inherited from interface org.deduced.NamedPropertyCollection |
---|
NAME_INSTANCE, NAMED_PROPERTY_COLLECTION_TYPE |
Fields inherited from interface org.deduced.PropertyCollection |
---|
PROPERTY_COLLECTION_TYPE |
Method Summary | |
---|---|
PropertyList |
getChildCollectionControllerList()
Get the value of the instance : child collection controller list |
PropertyList |
getChildPropertyControllerList()
Get the value of the instance : child property controller list |
PropertyCollection |
getControlledCollection()
Get the value of the instance : controlled collection |
boolean |
isAddAvailable()
Get the value of the instance : is add available |
boolean |
isDeleteAvailable()
Get the value of the instance : is delete available |
PropertyList |
setChildCollectionControllerList(PropertyList newValue)
Set the value of the instance : child collection controller list |
PropertyList |
setChildPropertyControllerList(PropertyList newValue)
Set the value of the instance : child property controller list |
PropertyCollection |
setControlledCollection(PropertyCollection newValue)
Set the value of the instance : controlled collection |
boolean |
setIsAddAvailable(boolean newValue)
Set the value of the instance : is add available |
boolean |
setIsDeleteAvailable(boolean newValue)
Set the value of the instance : is delete available |
Methods inherited from interface org.deduced.NamedPropertyCollection |
---|
getName, setName |
Methods inherited from interface org.deduced.PropertyCollection |
---|
activate, addListener, addProperty, areKeysAssignedAutomatically, asKeySet, asPropertyList, asPropertyMap, asValueList, asValueMap, clear, clone, containsInstance, containsKey, containsValue, delete, getFixedInstance, getProperty, getPropertyValue, id, instanceKey, invokeAction, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setFixedInstance, setParent, setProperty, size, type, valueKey |
Field Detail |
---|
static final PropertyCollectionTypeHolder PROPERTY_COLLECTION_CONTROLLER_MODEL_TYPE
static final PropertyInstanceHolder CONTROLLED_COLLECTION_INSTANCE
static final PropertyCollectionListInstanceHolder CHILD_COLLECTION_CONTROLLER_LIST_INSTANCE
static final PropertyCollectionListInstanceHolder CHILD_PROPERTY_CONTROLLER_LIST_INSTANCE
static final PropertyInstanceHolder IS_ADD_AVAILABLE_INSTANCE
static final PropertyInstanceHolder IS_DELETE_AVAILABLE_INSTANCE
Method Detail |
---|
PropertyCollection getControlledCollection()
PropertyCollection setControlledCollection(PropertyCollection newValue)
newValue
- new controlled collection
PropertyList getChildCollectionControllerList()
PropertyList setChildCollectionControllerList(PropertyList newValue)
newValue
- new child collection controller list
PropertyList getChildPropertyControllerList()
PropertyList setChildPropertyControllerList(PropertyList newValue)
newValue
- new child property controller list
boolean isAddAvailable()
boolean setIsAddAvailable(boolean newValue)
newValue
- new is add available
boolean isDeleteAvailable()
boolean setIsDeleteAvailable(boolean newValue)
newValue
- new is delete available
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |