public static class ContentTypeHandler.NumberTypeHandler extends Object implements ContentTypeHandler
ContentTypeHandler.Factory, ContentTypeHandler.NumberTypeHandler, ContentTypeHandler.SimpleTypeHandler| Constructor and Description |
|---|
ContentTypeHandler.NumberTypeHandler(org.apache.xmlbeans.SchemaType schemaType,
org.apache.xmlbeans.XmlAnySimpleType simpleType,
boolean isOptional,
Action editAction,
int columns) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns() |
Action |
getEditAction() |
NumberFormatter |
getFormatter() |
String |
getString(Object value) |
String |
getTooltip() |
Object |
getValue(String textValue) |
void |
setDefaultValue(String defaultValue) |
public ContentTypeHandler.NumberTypeHandler(org.apache.xmlbeans.SchemaType schemaType,
org.apache.xmlbeans.XmlAnySimpleType simpleType,
boolean isOptional,
Action editAction,
int columns)
public NumberFormatter getFormatter()
getFormatter in interface ContentTypeHandlerpublic Action getEditAction()
getEditAction in interface ContentTypeHandlerpublic int getColumns()
getColumns in interface ContentTypeHandlerpublic String getTooltip()
getTooltip in interface ContentTypeHandlerpublic Object getValue(String textValue)
getValue in interface ContentTypeHandlerpublic String getString(Object value)
getString in interface ContentTypeHandlerpublic void setDefaultValue(String defaultValue)
setDefaultValue in interface ContentTypeHandlerCopyright © 2013. All Rights Reserved.