<w:FormRow>

TBD

Bindings
label

Field label string

String
(get)
cueTip

String to appear in help text (CueTip) popup with field

String
(get)
required

Is this field required (marked with the required asterisk)

boolean
(get)
errorKey

For validation: See AWHighLightedErrorScope

Object
(get)
errorValueSource

For validation: See AWHighLightedErrorScope

Object
(get)
errorFieldPath

For validation: See AWHighLightedErrorScope

String
(get)
errorGroupName

For validation: See AWHighLightedErrorScope

String
(get)
hidden

Show this form row be hidden (in form table, even hidden rows should lay down a FormRow in order to balance the number of TRs in the left and right zones of the four-zone FormTable)

boolean
(get)
useNoLabelLayout

Should omit label area, with content spanning (and indicators, if any, at end)

boolean
(get)
labelNowrap

Should force nowrap on labels

boolean
(get)
dragType

If non-null, then field drag / drop is enabled, with this as the drag/drop type

String
(get)
dragAction

Action to invoke.

void
(get)
dropAction

Action to invoke.

AWResponseGenerating
(get)
dragHandleClickAction

Action invoked upon clicks (rather than drags) of the dragHandle.

AWResponseGenerating
(get)
highlightRow

For draggable rows, should a highlight style be applied. (Used by the form editor).

boolean
(get)

ariba.ui.validation
Class FormRow

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

public final class FormRow
extends AWComponent


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
FormRow()
           
 
Method Summary
 java.lang.String cueTipBH()
           
 AWInputId getInputId()
           
 AWEncodedString isRequiredString()
           
 java.lang.String labelClass()
           
 java.lang.String rowBlockName()
           
 
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, errorManager, escapeAttribute, escapeString, escapeUnsafeString, extendedFields, formValueManager, generateResponse, generateResponse, generateResponse, generateStringContents, getAWParameter, getDrivingBusinessObject, getFoldInSituOnWindowSizeParam, getPageRenderVersion, getThis, hasBinding, hasBinding, hasContentForTagName, hasContentNamed, hasMultipleTemplates, hasSubTemplateNamed, httpSession, init, init, initTemplateResourceManager, intValueForBinding, intValueForBinding, intValueForBinding, invokeAction, isBidirectional, isBrowserMicrosoft, isClientPanel, isMacintosh, isRenderAW5, isStateless, 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, renderResponse, 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
 

Field Detail

_elementId

public AWEncodedString _elementId

_dragType

public java.lang.String _dragType

_dragClass

public java.lang.String _dragClass
Constructor Detail

FormRow

public FormRow()
Method Detail

isRequiredString

public AWEncodedString isRequiredString()

labelClass

public java.lang.String labelClass()

rowBlockName

public java.lang.String rowBlockName()

cueTipBH

public java.lang.String cueTipBH()

getInputId

public AWInputId getInputId()


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.