|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabSequenceContext
Provides access to information and services for working with tabs. Information and services include:
IMContext
information about the current task.
get...
methods for accessing managed objects in the task session.
ProviderAccessor
object for direct access
to the managed objects in the data store.
TabControllerContext
into JavaScript methods configured for TabController javascript.
Field Summary | |
---|---|
static int |
ACTION_CANCEL
|
static int |
ACTION_NONE
|
static int |
ACTION_SUBMIT
|
static int |
BUTTON_FINISH
|
static int |
BUTTON_NEXT
|
static int |
BUTTON_NO
|
static int |
BUTTON_NONE
|
static int |
BUTTON_OK
|
static int |
BUTTON_PREV
|
static int |
BUTTON_SUBMIT
|
static int |
BUTTON_YES
|
static int |
DEFAULT_PROCESS
The javascript method can return this to accept the default processing. |
static int |
PHASE_INITIAL
|
static int |
PHASE_RESPONSE
|
Method Summary | |
---|---|
void |
addButton(int buttonmask)
This methods allows buttons (as defined in the constants above) to be added to the form. |
int |
getButtonClicked()
Returns the button clicked Will be -1 if we are in the initial tab creation step. |
int |
getCurrentTabIndex()
Returns the index of the current tab. |
int |
getDefaultResultTabIndex()
Returns the tab that the framework would give as the result tab based on the visible tabs, the current tab and the processing state and the buttons pressed. |
void |
removeButton(int buttonmask)
This methods removes a button that was previously added. |
void |
setProcessingAction(int action)
Sets the action to process in the update phase. |
Methods inherited from interface com.netegrity.imapi.TabControllerContext |
---|
disableTab, enableTab, getFieldMultiValue, getFieldValue, getTab, getTabCount, getTabDefinition, isObjectBeingCreated |
Methods inherited from interface com.netegrity.imapi.IMPersistentContext |
---|
getPersistentData, setPersistentData |
Methods inherited from interface com.netegrity.imapi.IMContext |
---|
getAuxDataRoot, getLocalizer, getLocalizer, getSessionAttribute, removeSessionAttribute, setSessionAttribute |
Methods inherited from interface com.netegrity.imapi.Logger |
---|
logDebugMessage, logErrorMessage, logInfoMessage, logWarningMessage |
Field Detail |
---|
static final int PHASE_INITIAL
static final int PHASE_RESPONSE
static final int DEFAULT_PROCESS
static final int ACTION_NONE
static final int ACTION_CANCEL
static final int ACTION_SUBMIT
static final int BUTTON_NONE
static final int BUTTON_NEXT
static final int BUTTON_PREV
static final int BUTTON_OK
static final int BUTTON_SUBMIT
static final int BUTTON_FINISH
static final int BUTTON_YES
static final int BUTTON_NO
Method Detail |
---|
void addButton(int buttonmask)
buttonmask
- void removeButton(int buttonmask)
buttonmask
- int getCurrentTabIndex()
int getButtonClicked()
void setProcessingAction(int action)
action
- int getDefaultResultTabIndex()
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |