|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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) |
|
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.validation.FormRow
public final class FormRow
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
|---|
AWResponseGenerating.ResponseSubstitution |
| Constructor Summary | |
|---|---|
FormRow()
|
|
| Method Summary | |
|---|---|
String |
cueTipBH()
|
AWInputId |
getInputId()
|
AWEncodedString |
isRequiredString()
|
String |
labelClass()
|
String |
rowBlockName()
|
| 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 |
| Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
|---|
getFieldValue, isKindOfClass, setFieldValue |
| Field Detail |
|---|
public AWEncodedString _elementId
public String _dragType
public String _dragClass
| Constructor Detail |
|---|
public FormRow()
| Method Detail |
|---|
public AWEncodedString isRequiredString()
public String labelClass()
public String rowBlockName()
public String cueTipBH()
public AWInputId getInputId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||