| java.lang.Object org.openlaszlo.compiler.AttributeSpec
AttributeSpec | class AttributeSpec (Code) | | Contains information about an attribute of a laszlo viewsystem class.
|
Constructor Summary | |
| AttributeSpec(String name, Type type, String defaultValue, String setter, Element source) | | AttributeSpec(String name, Type type, String defaultValue, String setter, boolean required, Element source) | | AttributeSpec(String name, Type type, String defaultValue, String setter) | | AttributeSpec(String name, Type type, String defaultValue, String setter, boolean required) |
HTML_CONTENT | final static int HTML_CONTENT(Code) | | |
NO_CONTENT | final static int NO_CONTENT(Code) | | Element content types:
|
TEXT_CONTENT | final static int TEXT_CONTENT(Code) | | |
arglist | String arglist(Code) | | If this is a method, the arglist
|
contentType | int contentType(Code) | | Is this attribute equivalent to element content of a given type?
|
override | String override(Code) | | Can this attribute be overridden without a warning? value is null, 'true' or 'false'
|
required | boolean required(Code) | | Is this attribute required to instantiate an instance of this class?
|
source | Element source(Code) | | The source Element from which this attribute was parsed
|
type | Type type(Code) | | The type of the attribute value
|
when | String when(Code) | | When does the initial value for this attribute get evaluated?
|
AttributeSpec | AttributeSpec(String name, Type type, String defaultValue, String setter, boolean required, Element source)(Code) | | |
|
|