|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Component content should be AWXFormRows
Bindings | |||
---|---|---|---|
showErrorFlags
|
Should embedded rows emit AWErrorIndicators |
boolean (get) |
|
useFourZones
|
Should use a top, left, right, bottom layout |
boolean (get) |
|
leftZoneRowCount
|
Required if useFourZones=true -- how many AWXFormRows will be rendered in the left zone? |
int (get) |
|
showErrorFlags
|
Should embedded rows emit AWErrorIndicators |
boolean (get) |
|
omitTable
|
Should omit wrapper table tags |
boolean (get) |
|
width
|
Table width attribute |
String (get) |
|
editable
|
Should use editing layout (i.e. larger row pad style) |
boolean (get) |
|
omitLabelPadding
|
Should omit the minimum label padding used to create alignment across forms |
boolean (get) |
|
showLabelsAboveControls
|
Render labels over the controls (instead of to the left) |
boolean (get) |
Named Content | |
---|---|
top |
top zone rows (assuming useFourZones=true) |
left |
left zone rows (assuming useFourZones=true) |
right |
right zone rows (assuming useFourZones=true) |
bottom |
bottom zone rows (assuming useFourZones=true) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.validation.FormTable
public class FormTable
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 | |
---|---|
FormTable()
|
Method Summary | |
---|---|
boolean |
alreadyInFormTable()
|
java.lang.String |
ftClass()
|
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 |
---|
public boolean _omitOuterTable
public boolean _omitPaddingRow
public boolean _hasTop
public boolean _hasLeft
public boolean _hasRight
public boolean _hasBottom
public boolean _hasLR
Constructor Detail |
---|
public FormTable()
Method Detail |
---|
public boolean alreadyInFormTable()
public java.lang.String ftClass()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |