Class FormSectionFieldPlacement
java.lang.Object
org.teamapps.ux.component.form.layoutpolicy.FormSectionFieldPlacement
- All Implemented Interfaces:
FormSectionPlacement
public class FormSectionFieldPlacement extends java.lang.Object implements FormSectionPlacement
-
Constructor Summary
Constructors Constructor Description FormSectionFieldPlacement()FormSectionFieldPlacement(Component field, int row, int column) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
FormSectionFieldPlacement
public FormSectionFieldPlacement() -
FormSectionFieldPlacement
-
-
Method Details
-
createCopy
-
getRow
public int getRow()- Specified by:
getRowin interfaceFormSectionPlacement
-
setRow
-
getColumn
public int getColumn()- Specified by:
getColumnin interfaceFormSectionPlacement
-
setColumn
-
getRowSpan
public int getRowSpan()- Specified by:
getRowSpanin interfaceFormSectionPlacement
-
setRowSpan
-
getColSpan
public int getColSpan()- Specified by:
getColSpanin interfaceFormSectionPlacement
-
setColSpan
-
getMaxWidth
public int getMaxWidth()- Specified by:
getMaxWidthin interfaceFormSectionPlacement
-
setMaxWidth
-
getMaxHeight
public int getMaxHeight() -
setMaxHeight
-
getVerticalAlignment
- Specified by:
getVerticalAlignmentin interfaceFormSectionPlacement
-
setVerticalAlignment
-
getHorizontalAlignment
- Specified by:
getHorizontalAlignmentin interfaceFormSectionPlacement
-
setHorizontalAlignment
public FormSectionFieldPlacement setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment) -
getMinWidth
public int getMinWidth()- Specified by:
getMinWidthin interfaceFormSectionPlacement
-
setMinWidth
-
getMinHeight
public int getMinHeight() -
setMinHeight
-
createUiFormSectionPlacement
public org.teamapps.dto.UiFormSectionPlacement createUiFormSectionPlacement()- Specified by:
createUiFormSectionPlacementin interfaceFormSectionPlacement
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-