Class FormFieldLayoutConfiguration
java.lang.Object
net.datenwerke.gxtdto.client.forms.layout.FormFieldLayoutConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionFormFieldLayoutConfiguration(String text, int fieldWidth) FormFieldLayoutConfiguration(String text, int fieldWidth, double fieldHeight) -
Method Summary
Modifier and TypeMethodDescriptionstatic FormFieldLayoutConfigurationfrom(String text, FormFieldLayoutConfiguration config) doubledoubleLabelAlignSafeHtmlintMarginDatabooleanvoidsetFieldHeight(double fieldHeight) voidsetFieldWidth(double fieldWidth) voidsetHasLabel(boolean hasLabel) voidsetLabelAlign(LabelAlign labelAlign) voidsetLabelHtml(SafeHtml labelHtml) voidsetLabelText(String labelText) voidsetLabelWidth(int labelWidth) voidsetMarginData(MarginData marginData)
-
Constructor Details
-
FormFieldLayoutConfiguration
public FormFieldLayoutConfiguration() -
FormFieldLayoutConfiguration
-
FormFieldLayoutConfiguration
-
FormFieldLayoutConfiguration
-
-
Method Details
-
from
-
getLabelWidth
public int getLabelWidth() -
setLabelWidth
public void setLabelWidth(int labelWidth) -
getLabelAlign
public LabelAlign getLabelAlign() -
setLabelAlign
public void setLabelAlign(LabelAlign labelAlign) -
setFieldWidth
public void setFieldWidth(double fieldWidth) -
getFieldWidth
public double getFieldWidth() -
setLabelText
-
getLabelText
-
setLabelHtml
public void setLabelHtml(SafeHtml labelHtml) -
getLabelHtml
public SafeHtml getLabelHtml() -
setFieldHeight
public void setFieldHeight(double fieldHeight) -
getFieldHeight
public double getFieldHeight() -
setHasLabel
public void setHasLabel(boolean hasLabel) -
isHasLabel
public boolean isHasLabel() -
setMarginData
public void setMarginData(MarginData marginData) -
getMarginData
public MarginData getMarginData()
-