|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.lite.AbstractLiteObject
wt.csm.navigation.litenavigation.AbstractQueryFormElementView
wt.csm.navigation.litenavigation.QueryFormElementDefaultView
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private int |
displayOrder
|
private boolean |
enforceDependencies
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private boolean |
visible
|
Fields inherited from class wt.csm.navigation.litenavigation.AbstractQueryFormElementView |
|
Fields inherited from class wt.lite.AbstractLiteObject |
ILLEGAL_ACCESS, SERVER |
Fields inherited from interface wt.lite.InnerObjectState |
CHANGED_STATE, DELETED_STATE, KEY, NEW_STATE, STATE, UNCHANGED_STATE, UNINITIALIZED_STATE |
Fields inherited from interface wt.lite.Liteable |
UPDATE_COUNT |
Constructor Summary | |
QueryFormElementDefaultView()
Supported API: false |
|
QueryFormElementDefaultView(AttributeDefDefaultView attributeDefinition)
Supported API: false |
|
QueryFormElementDefaultView(AttributeDefDefaultView attributeDefinition,
boolean visible,
boolean enforceDependencies,
int displayOrder)
Supported API: false |
|
QueryFormElementDefaultView(int updateCount,
ObjectIdentifier objectID,
AttributeDefDefaultView attributeDefinition)
Supported API: false |
|
QueryFormElementDefaultView(int updateCount,
ObjectIdentifier objectID,
AttributeDefDefaultView attributeDefinition,
boolean visible,
boolean enforceDependencies,
int displayOrder)
Supported API: false |
Method Summary | |
Object |
clone()
Supported API: false |
int |
getDisplayOrder()
Gets the value of the attribute: displayOrder. |
String |
getLocalizedDisplayString()
Supported API: false |
SelectionSearchSpec |
getSearchSpecification(String target,
AttributeDefDefaultView dependency)
Supported API: false |
boolean |
isEnforceDependencies()
Gets the value of the attribute: enforceDependencies. |
boolean |
isVisible()
Gets the value of the attribute: visible. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(QueryFormElementDefaultView thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setDisplayOrder(int a_DisplayOrder)
Sets the value of the attribute: displayOrder. |
void |
setEnforceDependencies(boolean a_EnforceDependencies)
Sets the value of the attribute: enforceDependencies. |
void |
setVisible(boolean a_Visible)
Sets the value of the attribute: visible. |
void |
update(CloneUpdateable clone)
Supported API: false |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.csm.navigation.litenavigation.AbstractQueryFormElementView |
enforceState, getAttributeDefDefaultView, getKey, getQFElementValues, getState, isDirty, readVersion, replaceQFElementValue, setAttributeDefDefaultView, setKey, setQFElementValues, setState, setStateDirty, updateQFElementValue |
Methods inherited from class wt.lite.AbstractLiteObject |
compareUpdateCount, getHeavyObjectClassname, getObjectID, getUpdateCount, isPersistedObjectEqual, readVersion, setLocalizedDisplayString, setObjectID, setUpdateCount |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private boolean visible
private boolean enforceDependencies
private int displayOrder
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public QueryFormElementDefaultView(int updateCount, ObjectIdentifier objectID, AttributeDefDefaultView attributeDefinition, boolean visible, boolean enforceDependencies, int displayOrder) throws CSMClassificationNavigationException
updateCount
- objectID
- attributeDefinition
- visible
- enforceDependencies
- displayOrder
-
CSMClassificationNavigationException
public QueryFormElementDefaultView(int updateCount, ObjectIdentifier objectID, AttributeDefDefaultView attributeDefinition) throws CSMClassificationNavigationException
updateCount
- objectID
- attributeDefinition
-
CSMClassificationNavigationException
public QueryFormElementDefaultView(AttributeDefDefaultView attributeDefinition, boolean visible, boolean enforceDependencies, int displayOrder) throws CSMClassificationNavigationException
attributeDefinition
- visible
- enforceDependencies
- displayOrder
-
CSMClassificationNavigationException
public QueryFormElementDefaultView(AttributeDefDefaultView attributeDefinition) throws CSMClassificationNavigationException
attributeDefinition
-
CSMClassificationNavigationException
public QueryFormElementDefaultView()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractQueryFormElementView
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractQueryFormElementView
input
-
IOException
ClassNotFoundException
protected boolean readVersion(QueryFormElementDefaultView thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public boolean isVisible()
public void setVisible(boolean a_Visible) throws WTPropertyVetoException
a_Visible
-
WTPropertyVetoException
public boolean isEnforceDependencies()
public void setEnforceDependencies(boolean a_EnforceDependencies) throws WTPropertyVetoException
a_EnforceDependencies
-
WTPropertyVetoException
public int getDisplayOrder()
public void setDisplayOrder(int a_DisplayOrder) throws WTPropertyVetoException
a_DisplayOrder
-
WTPropertyVetoException
public Object clone()
clone
in class AbstractQueryFormElementView
public void update(CloneUpdateable clone) throws WTException
update
in interface CloneUpdateable
update
in class AbstractQueryFormElementView
clone
-
WTException
public SelectionSearchSpec getSearchSpecification(String target, AttributeDefDefaultView dependency) throws CSMQueryException
getSearchSpecification
in class AbstractQueryFormElementView
target
- dependency
-
CSMQueryException
public String getLocalizedDisplayString()
getLocalizedDisplayString
in interface LocalizedStringDisplayable
getLocalizedDisplayString
in class AbstractQueryFormElementView
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |