Class ResponsiveFormField
java.lang.Object
org.teamapps.ux.component.form.ResponsiveFormField
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedResponsiveFormField(ResponsiveFormSection responsiveFormSection, Component field, int row, int column, FormSectionFieldPlacement fieldPlacementTemplate) -
Method Summary
Modifier and TypeMethodDescriptionprotected FormSectionFieldPlacementintintgetField()intintintintintgetRow()intsetColSpan(int colSpan) setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment) setMaxHeight(int maxHeight) setMaxWidth(int maxWidth) setMinHeight(int minHeight) setMinWidth(int minWidth) setRowSpan(int rowSpan) setVerticalAlignment(VerticalElementAlignment verticalAlignment)
-
Constructor Details
-
ResponsiveFormField
protected ResponsiveFormField(ResponsiveFormSection responsiveFormSection, Component field, int row, int column, FormSectionFieldPlacement fieldPlacementTemplate)
-
-
Method Details
-
createFormSectionPlacement
-
getRowDefinition
-
getColumnDefinition
-
getResponsiveFormSection
-
getField
-
getRow
public int getRow() -
getColumn
public int getColumn() -
getRowSpan
public int getRowSpan() -
setRowSpan
-
getColSpan
public int getColSpan() -
setColSpan
-
getMinWidth
public int getMinWidth() -
setMinWidth
-
getMaxWidth
public int getMaxWidth() -
setMaxWidth
-
getMinHeight
public int getMinHeight() -
setMinHeight
-
getMaxHeight
public int getMaxHeight() -
setMaxHeight
-
getVerticalAlignment
-
setVerticalAlignment
-
getHorizontalAlignment
-
setHorizontalAlignment
-