<w:PageErrorPanel>
ToDo
ariba.ui.widgets
Class PageErrorPanel
java.lang.Object
ariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.PageErrorPanel
- All Implemented Interfaces:
- AWCycleable, AWCycleableReference, AWHiddenFormValueHandler, AWResponseGenerating, AWResponseGenerating.ResponseSubstitution, AWObject
public final class PageErrorPanel
- extends AWComponent
- implements AWHiddenFormValueHandler
Methods inherited from class ariba.ui.aribaweb.core.AWComponent |
_topLevelApplyValues, _topLevelInvokeAction, _topLevelRenderResponse, allowEmbeddedKeyPaths, allowsWhitespaceCompression, application, applyValues, awcyclePageAndLog, bindingForName, bindingForName, bindings, booleanValueForBinding, booleanValueForBinding, booleanValueForBinding, booleanValueForBinding, browserMaxWidth, browserMinWidth, characterEncoding, clearValidationError, clientTimeZone, componentConfiguration, componentDefinition, componentPath, componentReference, createPageWithName, defaultTemplateParser, determineInstance, determineInstance, dict, dict, dict, doubleValueForBinding, doubleValueForBinding, doubleValueForBinding, encodedStringValueForBinding, encodedStringValueForBinding, ensureAwake, ensureFieldValuesClear, env, escapeAttribute, escapeString, escapeUnsafeString, extendedFields, formValueManager, generateResponse, generateResponse, generateResponse, generateStringContents, getAWParameter, getDrivingBusinessObject, getFoldInSituOnWindowSizeParam, getPageRenderVersion, getThis, hasBinding, hasBinding, hasContentForTagName, hasContentNamed, hasMultipleTemplates, hasSubTemplateNamed, httpSession, init, initTemplateResourceManager, intValueForBinding, intValueForBinding, intValueForBinding, invokeAction, isBidirectional, isBrowserMicrosoft, isClientPanel, isMacintosh, isRenderAW5, isStrictTagNaming, isUserCommunityEnabled, isValidationEnabled, languageDirection, languageLeft, languageRight, loadTemplate, localizedJavaString, markBacktrackState, name, namePath, notifyChange, otherBindings, otherBindingsValues, page, pageComponent, pageWithClass, pageWithClass, pageWithName, pageWithName, parent, postTakeValueActions, preferredLocale, recordBacktrackState, recordBacktrackState, recordValidationError, recordValidationError, recordValidationError, recordValidationErrors, recordValidationWarning, redirectToPage, registerRenderingListener, registerXmlNodeWithName, removeBacktrackState, replacementResponse, request, requestContext, requiresPreGlidCompatibility, resourceClassName, resourceManager, response, restoreFromBacktrackState, session, session, setCharacterEncoding, setClientPanel, setClientTimeZone, setComponentConfiguration, setDefaultTemplateParser, setEnv, setPerfDestinationInfo, setPreferredLocale, setResourceManager, setTemplateParser, setupForNextCycle, setValueForBinding, setValueForBinding, setValueForBinding, setValueForBinding, setValueForBinding, setValueForBinding, shouldCachePage, shouldCloseElements, strings, stringValueForBinding, stringValueForBinding, stringValueForBinding, supportedBindingNames, template, templateName, templateParser, templateResource, templateResourceManager, truncateBacktrackState, truncateBacktrackState, urlForResourceNamed, urlForResourceNamed, urlForResourceNamed, useXmlEscaping, valueForBinding, valueForBinding, valueForBinding, xml |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageErrorPanel
public PageErrorPanel()
isStateless
public boolean isStateless()
- Description copied from class:
AWComponent
- Overridden by AWComponent subclasses to indicate whether component instances
should be preserved with the page/session (i.e. are "stateful") or can be
pooled and reused for each phase of request processing (i.e. are stateless)
Default is to be stateless unless the component is used as the top-level
(page) component.
- Overrides:
isStateless
in class AWComponent
errorManager
public AWErrorManager errorManager()
- Description copied from class:
AWComponent
- Retrieve the error manager for the page.
- Overrides:
errorManager
in class AWComponent
- Returns:
- error manager
init
public void init()
- Specified by:
init
in interface AWObject
- Overrides:
init
in class AWComponent
renderResponse
public void renderResponse(AWRequestContext requestContext,
AWComponent component)
- Description copied from interface:
AWCycleable
- The receiver should render its content to the
AWRequestContext.response()
- Specified by:
renderResponse
in interface AWCycleable
- Overrides:
renderResponse
in class AWComponent
- Parameters:
requestContext
- the context for the current request.component
- the current parent component
getDivId
public java.lang.String getDivId()
showingPageErrorPanel
public boolean showingPageErrorPanel()
errorMsg
public java.lang.String errorMsg()
hintMsg
public java.lang.String hintMsg()
isSingleErrorDisplay
public boolean isSingleErrorDisplay()
highLightedErrorAlign
public java.lang.String highLightedErrorAlign()
highLightedErrorStyle
public java.lang.String highLightedErrorStyle()
getHighLightedErrorMsg
public java.lang.String getHighLightedErrorMsg()
highLightedErrorIsWarning
public boolean highLightedErrorIsWarning()
hasDeferredNavHandler
public boolean hasDeferredNavHandler()
navToErrorAction
public AWComponent navToErrorAction()
hasDeferredBubbleDisplay
public boolean hasDeferredBubbleDisplay()
getDeferredBubbleIndicatorId
public AWEncodedString getDeferredBubbleIndicatorId()
minButtonTooltip
public java.lang.String minButtonTooltip()
maxButtonTooltip
public java.lang.String maxButtonTooltip()
minImage
public java.lang.String minImage()
maxImage
public java.lang.String maxImage()
getName
public java.lang.String getName()
- Description copied from interface:
AWHiddenFormValueHandler
- Specifies a name for the form value.
- Specified by:
getName
in interface AWHiddenFormValueHandler
getValue
public java.lang.String getValue()
- Description copied from interface:
AWHiddenFormValueHandler
- Specifies the initial value for the hidden form value.
- Specified by:
getValue
in interface AWHiddenFormValueHandler
setValue
public void setValue(java.lang.String newValue)
- Description copied from interface:
AWHiddenFormValueHandler
- Hidden form values are generally manipulated by the client side script.
When the hidden form value is posted from the server, this method
is called.
- Specified by:
setValue
in interface AWHiddenFormValueHandler
isMinimized
public java.lang.Boolean isMinimized()
setIsMinimized
public void setIsMinimized(boolean isMinimized)
isMinimizedFormValue
public java.lang.String isMinimizedFormValue()
setIsMinimizedFormValue
public void setIsMinimizedFormValue(java.lang.String formValue)
minimizedViewDisplayAttr
public java.lang.String minimizedViewDisplayAttr()
maximizedViewDisplayAttr
public java.lang.String maximizedViewDisplayAttr()
allowPrevious
public boolean allowPrevious()
allowNext
public boolean allowNext()
initAllowNext
public void initAllowNext()
allowPreviousAndNext
public boolean allowPreviousAndNext()
allowPreviousOrNext
public boolean allowPreviousOrNext()
previousAction
public AWComponent previousAction()
nextAction
public AWComponent nextAction()
omitFormProxy
public boolean omitFormProxy()
showWide
public boolean showWide()
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.