|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.errai.databinding.client.PropertyType
public class PropertyType
Represent the type of a bound property.
Constructor Summary | |
---|---|
PropertyType(Class type,
boolean bindable,
boolean list)
|
Method Summary | |
---|---|
Class |
getType()
Returns the type of this bean property. |
boolean |
isBindable()
Indicates whether or not the property type is Bindable . |
boolean |
isList()
Indicates whether or not the property type is a List . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyType(Class type, boolean bindable, boolean list)
Method Detail |
---|
public Class getType()
public boolean isBindable()
Bindable
.
public boolean isList()
List
.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |