public class CallBackTiledView
extends com.iplanet.jato.view.RequestHandlingTiledViewBase
implements com.iplanet.jato.view.TiledView, com.iplanet.jato.RequestHandler
Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_TYPE
location for messageType information
|
static String |
SCRIPT_CONTENT
location for possible JavaScript injections
|
static String |
TEXT_CONTENT
location for possible text injections
|
static String |
TILED_CHOICE
tiled view of choice
|
static String |
TXT_ID
id of current element
|
static String |
TXT_INDEX
index of current tile
|
static String |
TXT_INFO
info text value
|
static String |
TXT_PROMPT
prompt/label for attribute
|
static String |
TXT_VALUE
value for attribute
|
BEGIN_DISPLAY_EVENT_METHOD_PREFIX, BEGIN_DISPLAY_EVENT_METHOD_SUFFIX, END_DISPLAY_EVENT_METHOD_PREFIX, END_DISPLAY_EVENT_METHOD_SUFFIX, eventMethodRegistry, OPTION_ENABLE_QUALIFIELD_CHILD_NAME_LOOKUPS, OPTION_USE_LEGACY_DISPLAY_EVENT_SIGNATURES
Constructor and Description |
---|
CallBackTiledView(com.iplanet.jato.view.View parent,
String name)
constructs a tiled view of callbacks
|
Modifier and Type | Method and Description |
---|---|
boolean |
beginChoiceDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
begins display of choice field element
|
void |
beginDisplay(com.iplanet.jato.view.event.DisplayEvent event)
begins displaying page. we set the required information
|
boolean |
beginHasInfoTextDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event) |
boolean |
beginHiddenValueBoxDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
begins display of hiddenValueBox field element
|
boolean |
beginIsRequiredDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
begins display of required marked element
|
boolean |
beginPasswordDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
begins display of password field element
|
boolean |
beginTextBoxDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
begins display of textbox field element
|
boolean |
beginTextOutDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
begins display of text out field element
|
protected com.iplanet.jato.view.View |
createChild(String name)
creates child component
|
boolean |
nextTile()
moves the current tile position to the next available tile.
|
protected void |
registerChildren()
registers child components/views
|
void |
setCallBackArray(Callback[] callbacks,
List requiredList) |
void |
setCallBackArray(Callback[] callbacks,
List requiredList,
List<String> infoText)
set callback array
|
acceptRequest, afterAllModelsExecute, afterAllWebActionModelsExecute, afterHandleRequestCommandExecution, afterModelExecutes, afterWebActionModelExecutes, appMessage, beforeHandleRequestCommandExecution, beforeModelExecutes, beforeWebActionModelExecutes, createDefaultExecutionContext, executeAutoDeletingModel, executeAutoDeletingModels, executeAutoExecutingModel, executeAutoExecutingModels, executeAutoInsertingModel, executeAutoInsertingModels, executeAutoRetrievingModel, executeAutoRetrievingModels, executeAutoRetrievingModels, executeAutoUpdatingModel, executeAutoUpdatingModels, getAutoDeletingModels, getAutoExecutingModels, getAutoInsertingModels, getAutoRetrieveExecutionContext, getAutoRetrievingModels, getAutoUpdatingModels, getFirstActionExecutionContext, getLastActionExecutionContext, getModel, getNextActionExecutionContext, getPreviousActionExecutionContext, getPrimaryModelClass, getRefreshActionExecutionContext, getRequestCompletionListenerChildNames, getRequestContext, getRequestParticipantChildNames, getSession, getViewBean, getWebActionMaxDisplayRowsSessionKey, getWebActionModelMaxDisplayTiles, getWebActionModelOffset, getWebActionModels, getWebActionRowOffsetSessionKey, handleRequest, handleWebAction, isAutoRetrieveEnabled, onHandleRequestCommandExecutionError, onModelError, onNoModelDataAvailable, onWebActionExecutionError, requestComplete, setAutoDeletingModels, setAutoExecutingModels, setAutoInsertingModels, setAutoRetrieveEnabled, setAutoRetrieveExecutionContext, setAutoRetrievingModels, setAutoUpdatingModels, setPrimaryModelClass, setPrimaryModelClass, setRequestContext, setWebActionModelMaxDisplayTiles, setWebActionModelOffset
applyPrimaryModelDatasetName, dumpChildValues, dumpChildValues, getChild, getChildValues, getDisplayIndex, getMaxDisplayTiles, getNonIndexedQualifiedName, getNumTiles, getPrimaryModel, getPrimaryModelDatasetName, getPrimaryModelReference, getQualifiedName, getTileIndex, incrementDisplayIndex, isTileDisplayable, mapRequestParameters, nextTileInternal, resetDisplayIndex, resetTileIndex, setDisplayIndex, setMaxDisplayTiles, setPrimaryModel, setPrimaryModel, setPrimaryModelDatasetName, setPrimaryModelReference, setTileIndex
beginChildDisplay, beginChildDisplay, beginComponentDisplay, beginDisplay, childExists, createChildReserved, endChildDisplay, endChildDisplay, endComponentDisplay, endDisplay, endDisplay, ensureChild, getChild, getChildNames, getChildNames, getChildType, getCommandChildNames, getDefaultModel, getDisplayField, getDisplayFieldBooleanValue, getDisplayFieldDoubleValue, getDisplayFieldIntValue, getDisplayFieldStringValue, getDisplayFieldValue, getNumChildren, getQualifiedCommandChildNames, mapRequestParameter, onValidationException, registerChild, registerDisplayEventHandlers, removeAllChildren, removeChild, removeQualifiedNameIndices, resetChildren, setDefaultModel, setDisplayFieldValue, setDisplayFieldValue, setDisplayFieldValue, setDisplayFieldValue, unregisterChild
getName, getParent, getParentViewBean, getQualifiedViewNameSeparator, getRootView, getRootView, getSimpleQualifiedName, isVisible, setName, setParent, setQualifiedViewNameSeparator, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChild, getMaxDisplayTiles, getNumTiles, getTileIndex, resetTileIndex, setMaxDisplayTiles, setTileIndex
beginChildDisplay, endChildDisplay, endDisplay, getChild, getChildNames, getChildType, getDefaultModel, getDisplayField, getDisplayFieldValue, getNumChildren, mapRequestParameters, resetChildren, setDisplayFieldValue
getName, getParent, getQualifiedName, setName, setParent
public static final String SCRIPT_CONTENT
public static final String TEXT_CONTENT
public static final String MESSAGE_TYPE
public static final String TXT_INDEX
public static final String TXT_ID
public static final String TILED_CHOICE
public static final String TXT_PROMPT
public static final String TXT_VALUE
public static String TXT_INFO
public CallBackTiledView(com.iplanet.jato.view.View parent, String name)
parent
- The reference of the parent containername
- The name of this view.protected void registerChildren()
protected com.iplanet.jato.view.View createChild(String name)
createChild
in class com.iplanet.jato.view.ContainerViewBase
name
- of child componentpublic void beginDisplay(com.iplanet.jato.view.event.DisplayEvent event) throws com.iplanet.jato.model.ModelControlException
beginDisplay
in interface com.iplanet.jato.view.ContainerView
beginDisplay
in class com.iplanet.jato.view.RequestHandlingTiledViewBase
event
- display eventcom.iplanet.jato.model.ModelControlException
- if problem access value of componentpublic boolean nextTile() throws com.iplanet.jato.model.ModelControlException
nextTile
in interface com.iplanet.jato.view.TiledView
nextTile
in class com.iplanet.jato.view.TiledViewBase
com.iplanet.jato.model.ModelControlException
- if manipulation of model fails.public void setCallBackArray(Callback[] callbacks, List requiredList, List<String> infoText)
callbacks
- arrayrequiredList
- - list of required attributepublic boolean beginTextBoxDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event
- - child display eventpublic boolean beginHiddenValueBoxDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event
- - child display eventpublic boolean beginPasswordDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event
- - child display eventpublic boolean beginChoiceDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event
- - child display eventpublic boolean beginTextOutDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event
- - child display eventpublic boolean beginIsRequiredDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event
- - child display eventpublic boolean beginHasInfoTextDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.