Class FormSectionFieldPlacement<FIELD extends AbstractField>
- java.lang.Object
-
- org.teamapps.ux.component.form.layoutpolicy.FormSectionFieldPlacement<FIELD>
-
- All Implemented Interfaces:
FormSectionPlacement
public class FormSectionFieldPlacement<FIELD extends AbstractField> extends java.lang.Object implements FormSectionPlacement
-
-
Constructor Summary
Constructors Constructor Description FormSectionFieldPlacement()FormSectionFieldPlacement(FIELD field, int row, int column)
-
Method Summary
-
-
-
Constructor Detail
-
FormSectionFieldPlacement
public FormSectionFieldPlacement()
-
FormSectionFieldPlacement
public FormSectionFieldPlacement(FIELD field, int row, int column)
-
-
Method Detail
-
createCopy
public FormSectionFieldPlacement createCopy()
-
getRow
public int getRow()
- Specified by:
getRowin interfaceFormSectionPlacement
-
setRow
public FormSectionFieldPlacement setRow(int row)
-
getColumn
public int getColumn()
- Specified by:
getColumnin interfaceFormSectionPlacement
-
setColumn
public FormSectionFieldPlacement setColumn(int column)
-
getRowSpan
public int getRowSpan()
- Specified by:
getRowSpanin interfaceFormSectionPlacement
-
setRowSpan
public FormSectionFieldPlacement setRowSpan(int rowSpan)
-
getColSpan
public int getColSpan()
- Specified by:
getColSpanin interfaceFormSectionPlacement
-
setColSpan
public FormSectionFieldPlacement setColSpan(int colSpan)
-
getMaxWidth
public int getMaxWidth()
- Specified by:
getMaxWidthin interfaceFormSectionPlacement
-
setMaxWidth
public FormSectionFieldPlacement setMaxWidth(int maxWidth)
-
getMaxHeight
public int getMaxHeight()
-
setMaxHeight
public FormSectionFieldPlacement setMaxHeight(int maxHeight)
-
getVerticalAlignment
public VerticalElementAlignment getVerticalAlignment()
- Specified by:
getVerticalAlignmentin interfaceFormSectionPlacement
-
setVerticalAlignment
public FormSectionFieldPlacement setVerticalAlignment(VerticalElementAlignment verticalAlignment)
-
getHorizontalAlignment
public HorizontalElementAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignmentin interfaceFormSectionPlacement
-
setHorizontalAlignment
public FormSectionFieldPlacement setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment)
-
getMinWidth
public int getMinWidth()
- Specified by:
getMinWidthin interfaceFormSectionPlacement
-
setMinWidth
public FormSectionFieldPlacement setMinWidth(int minWidth)
-
getMinHeight
public int getMinHeight()
-
setMinHeight
public FormSectionFieldPlacement setMinHeight(int minHeight)
-
createUiFormSectionPlacement
public org.teamapps.dto.UiFormSectionPlacement createUiFormSectionPlacement()
- Specified by:
createUiFormSectionPlacementin interfaceFormSectionPlacement
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-