public class ButtonTiledView
extends com.iplanet.jato.view.RequestHandlingTiledViewBase
implements com.iplanet.jato.view.TiledView, com.iplanet.jato.RequestHandler
Modifier and Type | Field and Description |
---|---|
static String |
TXT_BUTTON
button name
|
static String |
TXT_CLASS
button class
|
static String |
TXT_INDEX
index of current tile
|
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 |
---|
ButtonTiledView(com.iplanet.jato.view.View parent,
String name)
constructs a tiled view of buttons
|
Modifier and Type | Method and Description |
---|---|
void |
beginDisplay(com.iplanet.jato.view.event.DisplayEvent event)
begins displaying page. we set the required information
|
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 |
setButtonArray(String[] buttons)
set button 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 TXT_INDEX
public static final String TXT_BUTTON
public static final String TXT_CLASS
public ButtonTiledView(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 setButtonArray(String[] buttons)
buttons
- arrayCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.