|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CoordinatedPanel interface for all Panel used in Navigation environment
Method Summary | |
---|---|
void |
becomingActiveActions()
It is applicable if the panel is used in the desktop. |
void |
becomingUnactiveActions()
It is applicable if the panel is used in the desktop. |
void |
chainTo(Context aContext)
Sets the receiving context as a child of aContext and as the new current child. |
void |
chainToContextNamed(java.lang.String aContextName)
Sets the context as a child of the context named aContextName in the hierarchy. |
void |
close(boolean unchainContext)
Sets null all attributes, close default operation and fires a DSECoordinationEvent (type ViewClosed) |
void |
commit()
Makes a checkpoint for possible rollback. |
void |
enableNextButton(boolean enable)
Enables/Disables Next Buttons |
void |
enableOkButton(boolean enable)
Enables/Disables Ok Buttons |
void |
enablePreviousButton(boolean enable)
Enables/Disables Previous Buttons |
Context |
getContext()
Gets the context property (com.ibm.dse.base.Context) value. |
java.lang.String |
getTitle()
It is applicable if the panel is used in the desktop. |
java.lang.Object |
getValueAt(java.lang.String aCompositeKey)
Returns the value of the element of its context, or parent contexts, which is located at aCompositeKey path. |
boolean |
isChained()
Returns true if the context is chained to the hierarchy. |
boolean |
isClosable()
Returns true if the panel can be closed or not |
void |
postInitialize()
It is applicable if the panel is used in the desktop. |
void |
refresh()
Refresh view from context |
void |
rollBack()
Removes last changes in panle (till last commit) |
void |
setContext(Context context)
Sets the context property (com.ibm.dse.base.Context) value. |
void |
setContextName(java.lang.String contextName,
boolean mInstance)
Sets the contextName property (java.lang.String) value. |
void |
setName(java.lang.String name)
Sets the name of the component to the specified string. |
void |
setOperation(Operation op)
Sets the operation property (Operation) value. |
void |
setOperationName(java.lang.String operationName,
boolean mInstance)
Sets the default operationName property (java.lang.String) value. |
void |
setValueAt(java.lang.String aCompositeKey,
java.lang.Object aDataValue)
Sets the value of the element of its context, or context parent, which is located at aCompositeKey path. |
void |
setViewName(java.lang.String name)
Sets the name of the component to the specified string. |
void |
tryRunOperation()
|
void |
unchain()
Removes the context or operation context from the context hierarchy. |
Methods inherited from interface com.ibm.dse.gui.CoordinatedEventListener |
---|
handleDSECoordinationEvent |
Methods inherited from interface com.ibm.dse.gui.CoordinatedEventSource |
---|
addCoordinatedEventListener, fireCoordinationEvent, fireCoordinationEvent, removeCoordinatedEventListener |
Method Detail |
public void becomingActiveActions()
public void becomingUnactiveActions()
public void chainTo(Context aContext) throws DSEInvalidRequestException
This method throws a DSEInvalidRequestException.
DSEInvalidRequestException
public void chainToContextNamed(java.lang.String aContextName) throws DSEInvalidRequestException, DSEObjectNotFoundException
This method throws a DSEInvalidRequestException generated by the chainTo method and throws a DSEObjectNotFoundException if context parent is not found.
DSEInvalidRequestException
DSEObjectNotFoundException
public void close(boolean unchainContext)
unchainContext
- boolean, if true context will be unchainded from the hierarchypublic void commit()
public void enableNextButton(boolean enable)
public void enableOkButton(boolean enable)
public void enablePreviousButton(boolean enable)
public Context getContext()
public java.lang.String getTitle()
public java.lang.Object getValueAt(java.lang.String aCompositeKey) throws DSEObjectNotFoundException
DSEObjectNotFoundException
public boolean isChained()
public boolean isClosable()
public void postInitialize()
public void refresh()
public void rollBack()
public void setContext(Context context)
context
- The new value for the property.public void setContextName(java.lang.String contextName, boolean mInstance)
contextName
- String, the new value for the propertymInstance
- boolean, if true makes an instance of the context.public void setName(java.lang.String name)
name
- The string that is to be this component's name.public void setOperation(Operation op)
op
- Operation, the new value for the propertypublic void setOperationName(java.lang.String operationName, boolean mInstance)
operationName
- String, the new value for the propertymInstance
- boolean, if true makes an instance of the operation.public void setValueAt(java.lang.String aCompositeKey, java.lang.Object aDataValue) throws DSEInvalidArgumentException, DSEObjectNotFoundException
DSEInvalidArgumentException
DSEObjectNotFoundException
public void setViewName(java.lang.String name)
name
- The string that is to be this component's name.public void tryRunOperation()
public void unchain() throws DSEInvalidRequestException, DSEObjectNotFoundException
This method throws a DSEInvalidRequestException and throws a DSEObjectNotFoundException.
DSEInvalidRequestException
DSEObjectNotFoundException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |