public class NGBeanAttributeInfo extends Object
| Constructor and Description |
|---|
NGBeanAttributeInfo(javax.faces.component.UIComponent component)
Extract the server side validation and layout informations.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz() |
String |
getCoreExpression() |
long |
getMax() |
long |
getMaxSize() |
long |
getMin() |
long |
getMinSize() |
boolean |
isBoolean()
Is the attribute a boolean?
|
boolean |
isDate()
Is the attribute a date?
|
boolean |
isFloat()
Is the attribute a float or a double?
|
boolean |
isHasMax() |
boolean |
isHasMaxSize() |
boolean |
isHasMin() |
boolean |
isHasMinSize() |
boolean |
isInteger()
Is the attribute one of the integer types (int, long, short, byte)?
|
boolean |
isNumeric() |
boolean |
isRequired() |
public NGBeanAttributeInfo(javax.faces.component.UIComponent component)
component - the componentpublic Class<?> getClazz()
public String getCoreExpression()
public long getMax()
public long getMaxSize()
public long getMin()
public long getMinSize()
public boolean isBoolean()
public boolean isDate()
public boolean isFloat()
public boolean isHasMax()
public boolean isHasMaxSize()
public boolean isHasMin()
public boolean isHasMinSize()
public boolean isInteger()
public boolean isNumeric()
public boolean isRequired()
Copyright © 2015. All rights reserved.