<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, getThis, hasBinding, hasBinding, hasContentNamed, hasMultipleTemplates, hasSubTemplateNamed, httpSession, init, intValueForBinding, intValueForBinding, intValueForBinding, invokeAction, isBidirectional, isBrowserMicrosoft, isClientPanel, isMacintosh, isStrictTagNaming, 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, registerXmlNodeWithName, removeBacktrackState, replacementResponse, request, requestContext, requiresPreGlidCompatibility, resourceClassName, resourceManager, response, restoreFromBacktrackState, session, session, setCharacterEncoding, setClientPanel, setClientTimeZone, setComponentConfiguration, setDefaultTemplateParser, setEnv, 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 |
PageErrorPanel
public PageErrorPanel()
isStateless
public boolean isStateless()
- Description copied from class:
AWComponent
- Overridden by AWComponent subclasses to indicate whether component instances
should be preseved 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 statelss 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 String getDivId()
showingPageErrorPanel
public boolean showingPageErrorPanel()
errorMsg
public String errorMsg()
hintMsg
public String hintMsg()
isSingleErrorDisplay
public boolean isSingleErrorDisplay()
highLightedErrorAlign
public String highLightedErrorAlign()
highLightedErrorStyle
public String highLightedErrorStyle()
getHighLightedErrorMsg
public String getHighLightedErrorMsg()
highLightedErrorIsWarning
public boolean highLightedErrorIsWarning()
hasDeferredNavHandler
public boolean hasDeferredNavHandler()
navToErrorAction
public AWComponent navToErrorAction()
hasDeferredBubbleDisplay
public boolean hasDeferredBubbleDisplay()
getDeferredBubbleIndicatorId
public AWEncodedString getDeferredBubbleIndicatorId()
minButtonTooltip
public String minButtonTooltip()
maxButtonTooltip
public String maxButtonTooltip()
minImage
public String minImage()
maxImage
public String maxImage()
getName
public String getName()
- Description copied from interface:
AWHiddenFormValueHandler
- Specifies a name for the form value.
- Specified by:
getName in interface AWHiddenFormValueHandler
getValue
public 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(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 Boolean isMinimized()
setIsMinimized
public void setIsMinimized(boolean isMinimized)
isMinimizedFormValue
public String isMinimizedFormValue()
setIsMinimizedFormValue
public void setIsMinimizedFormValue(String formValue)
minimizedViewDisplayAttr
public String minimizedViewDisplayAttr()
maximizedViewDisplayAttr
public 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-2009 Ariba, Inc. All Rights Reserved.