public class ListBindImpl extends NamedObjectImpl implements PropertyManager
mFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX, RESID_SUFFIX
Constructor and Description |
---|
ListBindImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
create() |
static ListBindImpl |
createRef(java.lang.String name,
DefObject bo) |
java.util.HashMap |
getAllProperties(java.util.HashMap map,
LocaleContext locale) |
java.lang.String |
getDefFullName()
Gets the Full Name of the Def Object.
|
protected DefinitionManager |
getDefinitionManager() |
java.lang.String |
getDefinitionState(LocaleContext locale) |
java.lang.String |
getDefName()
Gets the name of the Def Object.
|
java.lang.String |
getHintValue(LocaleContext locale,
java.lang.String sHintName) |
java.lang.String |
getLabel(LocaleContext locale) |
java.lang.String |
getLabelPlural(LocaleContext locale) |
java.lang.Class |
getMessageBundleClass() |
ResourceBundleDef |
getResourceBundleDef() |
java.lang.String |
getTooltip(LocaleContext locale) |
void |
remove()
Deletes this component.
|
protected java.lang.Object |
resolvePropertyRaw(java.lang.String property,
LocaleContext locale) |
void |
setName(java.lang.String name)
Name this object.
|
protected void |
setParent(NamedObjectImpl parent)
Sets this object's parent.
|
isPropertyExpression, setParent, setPropertiesMap
allocatePropertyMap, getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getPropertyExpressionDef, getPropertyExpressionsMap, getPropertyExprEval, getPropertyMap, getPropertyNamesSet, getRawPropertyValue, getResourcesFromBundle, getStringFromMessageBundle, hasProperty, mergePropertyMap, refreshProperty, removeProperty, removeProperty, requiresNamePrefixedResId, resolveObjectProperty, setFullName, setPropertiesMap2, setProperty, setProperty, setPropertyExpression, setPropertyExpressionMap, setPropertyMap, setRawPropertyValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProperty, removeProperty, setProperty
public static ListBindImpl createRef(java.lang.String name, DefObject bo)
name
- the reference object name.bo
- the object to be referenced.protected DefinitionManager getDefinitionManager()
protected void create()
public java.lang.String getDefName()
public java.lang.String getDefFullName()
public void remove()
public java.lang.String getLabel(LocaleContext locale)
public java.lang.String getLabelPlural(LocaleContext locale)
public java.lang.String getTooltip(LocaleContext locale)
public java.lang.String getDefinitionState(LocaleContext locale)
public java.lang.String getHintValue(LocaleContext locale, java.lang.String sHintName)
@Restricted public void setName(java.lang.String name)
setName
in class NamedObjectImpl
name
- the name to be given to this object.protected void setParent(NamedObjectImpl parent)
parent
- the named object that is to be the parent of this object.protected java.lang.Object resolvePropertyRaw(java.lang.String property, LocaleContext locale)
resolvePropertyRaw
in class NamedObjectImpl
public java.util.HashMap getAllProperties(java.util.HashMap map, LocaleContext locale)
getAllProperties
in class NamedObjectImpl
public java.lang.Class getMessageBundleClass()
public ResourceBundleDef getResourceBundleDef()