public interface IFloatInputComponent extends IWidget
Modifier and Type | Interface and Description |
---|---|
static interface |
IFloatInputComponent.Size |
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
String getPropertytype()
void setPropertytype(String newValue)
IProtocolSupport getProperty()
void setProperty(IProtocolSupport newValue)
String getTemporarypropertyname()
void setTemporarypropertyname(String newValue)
boolean isEditable()
void setEditable(boolean newValue)
boolean isMandatory()
void setMandatory(boolean newValue)
String getFormula()
void setFormula(String newValue)
float getMin()
void setMin(float newValue)
float getMax()
void setMax(float newValue)
String getSize()
void setSize(String newValue)
boolean isIntegerOnly()
void setIntegerOnly(boolean newValue)
int getDecimals()
void setDecimals(int newValue)
boolean isDisplayZeros()
void setDisplayZeros(boolean newValue)
int getTabindex()
void setTabindex(int newValue)
Collection<String> getValidationRules()
void setValidationRules(Collection<String> newValue)
boolean isThrowEvents()
void setThrowEvents(boolean newValue)
String getAdditionalParameters()
void setAdditionalParameters(String newValue)
String getAdditionalParametersNodes()
void setAdditionalParametersNodes(String newValue)
Copyright © 2019 Visiativ Software. All rights reserved.