<w:PageErrorPanel>

ToDo

Bindings

ariba.ui.widgets
Class PageErrorPanel

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWBaseObject
      extended by ariba.ui.aribaweb.core.AWComponent
          extended by ariba.ui.widgets.PageErrorPanel
All Implemented Interfaces:
AWCycleable, AWCycleableReference, AWHiddenFormValueHandler, AWResponseGenerating, AWResponseGenerating.ResponseSubstitution, AWObject

public final class PageErrorPanel
extends AWComponent
implements AWHiddenFormValueHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class ariba.ui.aribaweb.core.AWComponent
AWComponent.RenderingFilter, AWComponent.RenderingListener
 
Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating
AWResponseGenerating.ResponseSubstitution
 
Constructor Summary
PageErrorPanel()
           
 
Method Summary
 boolean allowNext()
           
 boolean allowPrevious()
           
 boolean allowPreviousAndNext()
           
 boolean allowPreviousOrNext()
           
 AWErrorManager errorManager()
          Retrieve the error manager for the page.
 java.lang.String errorMsg()
           
 AWEncodedString getDeferredBubbleIndicatorId()
           
 java.lang.String getDivId()
           
 java.lang.String getHighLightedErrorMsg()
           
 java.lang.String getName()
          Specifies a name for the form value.
 java.lang.String getValue()
          Specifies the initial value for the hidden form value.
 boolean hasDeferredBubbleDisplay()
           
 boolean hasDeferredNavHandler()
           
 java.lang.String highLightedErrorAlign()
           
 boolean highLightedErrorIsWarning()
           
 java.lang.String highLightedErrorStyle()
           
 java.lang.String hintMsg()
           
 void init()
           
 void initAllowNext()
           
 java.lang.Boolean isMinimized()
           
 java.lang.String isMinimizedFormValue()
           
 boolean isSingleErrorDisplay()
           
 boolean isStateless()
          Overridden by AWComponent subclasses to indicate whether component instances should be preserved with the page/session (i.e.
 java.lang.String maxButtonTooltip()
           
 java.lang.String maxImage()
           
 java.lang.String maximizedViewDisplayAttr()
           
 java.lang.String minButtonTooltip()
           
 java.lang.String minImage()
           
 java.lang.String minimizedViewDisplayAttr()
           
 AWComponent navToErrorAction()
           
 AWComponent nextAction()
           
 boolean omitFormProxy()
           
 AWComponent previousAction()
           
 void renderResponse(AWRequestContext requestContext, AWComponent component)
          The receiver should render its content to the AWRequestContext.response()
 void setIsMinimized(boolean isMinimized)
           
 void setIsMinimizedFormValue(java.lang.String formValue)
           
 void setValue(java.lang.String newValue)
          Hidden form values are generally manipulated by the client side script.
 boolean showingPageErrorPanel()
           
 boolean showWide()
           
 
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 ariba.ui.aribaweb.util.AWBaseObject
debugString, getFieldValue, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ariba.ui.aribaweb.util.AWObject
getFieldValue, isKindOfClass, setFieldValue
 

Constructor Detail

PageErrorPanel

public PageErrorPanel()
Method Detail

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.