|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclarion.clarion.PropertyObject
public abstract class PropertyObject
| Constructor Summary | |
|---|---|
PropertyObject()
|
|
| Method Summary | |
|---|---|
void |
addListener(PropertyObjectListener p)
|
protected boolean |
canNotifyLocalChange(int indx)
|
void |
clearMetaData()
|
protected abstract void |
debugMetaData(java.lang.StringBuilder sb)
|
protected void |
debugMetaData(java.lang.StringBuilder sb,
java.lang.String name,
java.lang.Object o)
|
java.lang.String |
getDebugMetaData()
|
void |
getDebugMetaData(java.lang.StringBuilder sb)
|
java.lang.String |
getId()
|
ClarionObject |
getInheritedProperty(int index)
|
ClarionObject |
getLocalProperty(int index)
|
abstract PropertyObject |
getParentPropertyObject()
|
ClarionObject |
getProperty(ClarionObject index)
Retrieve property setting. |
ClarionObject |
getProperty(ClarionObject key,
ClarionObject index)
Retrieve property setting. |
ClarionObject |
getProperty(java.lang.Object index)
|
ClarionObject |
getProperty(java.lang.Object key,
java.lang.Object index)
|
ClarionObject |
getPropertyOrDefault(int value,
java.lang.Object def)
|
ClarionObject |
getRawProperty(int index)
|
ClarionObject |
getRawProperty(int index,
boolean useListen)
|
java.util.List<java.lang.Integer> |
getSetProperties()
|
boolean |
isProperty(int value)
|
boolean |
isSettable(int indx,
ClarionObject value)
|
protected void |
notifyLocalChange(int indx,
ClarionObject value)
|
int |
reMap(int ikey,
int iindex)
|
void |
removeAllListeners()
|
void |
removeListener(PropertyObjectListener p)
|
void |
setClonedProperty(ClarionObject index,
ClarionObject value)
|
void |
setClonedProperty(ClarionObject key,
ClarionObject index,
ClarionObject value)
|
void |
setClonedProperty(int indx,
ClarionObject value)
|
void |
setClonedProperty(java.lang.Object index,
java.lang.Object value)
|
void |
setClonedProperty(java.lang.Object key,
java.lang.Object index,
java.lang.Object value)
|
void |
setId(java.lang.String id)
|
void |
setProperty(ClarionObject index,
ClarionObject value)
Set property on object. |
void |
setProperty(ClarionObject key,
ClarionObject index,
ClarionObject value)
Set property on object. |
void |
setProperty(int indx,
ClarionObject value)
|
void |
setProperty(java.lang.Object index,
java.lang.Object value)
|
void |
setProperty(java.lang.Object index,
java.lang.Object key,
java.lang.Object value)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyObject()
| Method Detail |
|---|
public abstract PropertyObject getParentPropertyObject()
public void clearMetaData()
public void addListener(PropertyObjectListener p)
public void removeListener(PropertyObjectListener p)
public void removeAllListeners()
public final void setClonedProperty(java.lang.Object index,
java.lang.Object value)
public final void setClonedProperty(ClarionObject index,
ClarionObject value)
public boolean isSettable(int indx,
ClarionObject value)
public final void setClonedProperty(int indx,
ClarionObject value)
public final void setProperty(java.lang.Object index,
java.lang.Object value)
public final void setProperty(ClarionObject index,
ClarionObject value)
index - Property to setvalue - Value to set
public final void setProperty(int indx,
ClarionObject value)
protected boolean canNotifyLocalChange(int indx)
protected void notifyLocalChange(int indx,
ClarionObject value)
public final void setClonedProperty(java.lang.Object key,
java.lang.Object index,
java.lang.Object value)
public final void setClonedProperty(ClarionObject key,
ClarionObject index,
ClarionObject value)
public final void setProperty(java.lang.Object index,
java.lang.Object key,
java.lang.Object value)
public int reMap(int ikey,
int iindex)
public void setProperty(ClarionObject key,
ClarionObject index,
ClarionObject value)
key - Property to setindex - sub propery to setvalue - Value to setpublic final ClarionObject getProperty(java.lang.Object index)
public final ClarionObject getProperty(ClarionObject index)
index -
public final ClarionObject getRawProperty(int index)
public ClarionObject getLocalProperty(int index)
public final ClarionObject getRawProperty(int index,
boolean useListen)
public final ClarionObject getInheritedProperty(int index)
public final ClarionObject getProperty(java.lang.Object key,
java.lang.Object index)
public ClarionObject getProperty(ClarionObject key,
ClarionObject index)
key - index -
public final boolean isProperty(int value)
public final ClarionObject getPropertyOrDefault(int value,
java.lang.Object def)
public java.util.List<java.lang.Integer> getSetProperties()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getId()
public void setId(java.lang.String id)
public void getDebugMetaData(java.lang.StringBuilder sb)
public java.lang.String getDebugMetaData()
protected abstract void debugMetaData(java.lang.StringBuilder sb)
protected void debugMetaData(java.lang.StringBuilder sb,
java.lang.String name,
java.lang.Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||