|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabControllerContext
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.
Method Summary | |
---|---|
void |
disableTab(java.lang.String tabTag)
Enable a tab. |
void |
enableTab(java.lang.String tabTag)
Disable a tab. |
java.util.Vector |
getFieldMultiValue(java.lang.String attributeName)
Returns the value of the subject |
java.lang.String |
getFieldValue(java.lang.String attributeName)
Returns the value of the subject |
Tab |
getTab(int index)
Returns the TAB |
int |
getTabCount()
Returns the number of tabs |
TabDefinition |
getTabDefinition(int index)
Returns the tab definition. |
boolean |
isObjectBeingCreated()
Returns true if this is a creational action. |
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 |
Method Detail |
---|
Tab getTab(int index)
index
- TabDefinition getTabDefinition(int index) throws SmApiException
index
-
SmApiException
int getTabCount()
boolean isObjectBeingCreated() throws java.lang.Exception
isObjectBeingCreated
in interface BLTHContext
java.lang.Exception
java.lang.String getFieldValue(java.lang.String attributeName) throws java.lang.Exception
attributeName
-
java.lang.Exception
java.util.Vector getFieldMultiValue(java.lang.String attributeName) throws java.lang.Exception
attributeName
-
java.lang.Exception
void disableTab(java.lang.String tabTag)
tabTag
- void enableTab(java.lang.String tabTag)
tabTag
-
|
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 |