Package | view.primeFaces.surfaceComponents.components |
Class | public class InputText |
Inheritance | InputText ![]() |
Implements | view.interfaces.IGetChildrenSurfaceComponent, view.interfaces.IIdAttribute, view.interfaces.IHistorySurfaceComponent, interfaces.IComponentSizeOutput |
Representation of PrimeFaces inputText component.
Visual Editor XML:<InputText Attributes id="" width="100" height="30" value="" maxlength="" required="false"/>PrimeFaces output:
<p:inputText Attributes id="" style="width:100px;height:30px;" value="" maxlength="" required="false"/>
Default MXML Propertytext
Property | Defined By | ||
---|---|---|---|
height : Number [override] [read-only]
PrimeFaces: style
| InputText | ||
heightOutput : Boolean | InputText | ||
idAttribute : String
PrimeFaces: id (Optional)
| InputText | ||
maxLength : String
PrimeFaces: maxlength (Optional)
| InputText | ||
percentHeight : Number [override] [read-only]
PrimeFaces: style
| InputText | ||
percentWidth : Number [override] [read-only]
PrimeFaces: style
| InputText | ||
required : Boolean
PrimeFaces: required
| InputText | ||
text : String [override]
PrimeFaces: value
| InputText | ||
width : Number [override] [read-only]
PrimeFaces: style
| InputText | ||
widthOutput : Boolean | InputText |
Property | Defined By | ||
---|---|---|---|
heightOutputChanged : Boolean | InputText | ||
widthOutputChanged : Boolean | InputText |
Method | Defined By | ||
---|---|---|---|
InputText | |||
toRora():XML | InputText | ||
toRoyaleConvertCode():XML | InputText |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | InputText |
Constant | Defined By | ||
---|---|---|---|
DOMINO_XML_ELEMENT_NAME : String = field [static] | InputText | ||
ELEMENT_NAME : String = InputText [static] | InputText | ||
PRIME_FACES_XML_ELEMENT_NAME : String = inputText [static] | InputText |
height | property |
height:Number
[read-only] [override]
PrimeFaces: style
The default value is "30"
.
This property can be used as the source for data binding.
public function get height():Number
<InputText height="30"/>
<p:inputText style="width:100px;height:30px;"/>
heightOutput | property |
heightOutput:Boolean
This property can be used as the source for data binding.
public function get heightOutput():Boolean
public function set heightOutput(value:Boolean):void
heightOutputChanged | property |
protected var heightOutputChanged:Boolean
idAttribute | property |
idAttribute:String
PrimeFaces: id (Optional)
This property can be used as the source for data binding.
public function get idAttribute():String
public function set idAttribute(value:String):void
<InputText id=""/>
<p:inputText id=""/>
maxLength | property |
maxLength:String
PrimeFaces: maxlength (Optional)
This property can be used as the source for data binding.
public function get maxLength():String
public function set maxLength(value:String):void
<InputText maxlength=""/>
<p:inputText maxlength=""/>
percentHeight | property |
percentHeight:Number
[read-only] [override]
PrimeFaces: style
This property can be used as the source for data binding.
public function get percentHeight():Number
<InputText percentHeight="80"/>
<p:inputText style="height:80%;"/>
percentWidth | property |
percentWidth:Number
[read-only] [override]
PrimeFaces: style
This property can be used as the source for data binding.
public function get percentWidth():Number
<InputText percentWidth="80"/>
<p:inputText style="width:80%;"/>
required | property |
required:Boolean
PrimeFaces: required
The default value is "false"
.
This property can be used as the source for data binding.
public function get required():Boolean
public function set required(value:Boolean):void
<InputText required="false"/>
<p:inputText required="false"/>
text | property |
text:String
[override]
PrimeFaces: value
This property can be used as the source for data binding.
public function get text():String
public function set text(value:String):void
<InputText value=""/>
<p:inputText value=""/>
width | property |
width:Number
[read-only] [override]
PrimeFaces: style
The default value is "100"
.
This property can be used as the source for data binding.
public function get width():Number
<InputText width="100"/>
<p:inputText style="width:100px;height:30px;"/>
widthOutput | property |
widthOutput:Boolean
This property can be used as the source for data binding.
public function get widthOutput():Boolean
public function set widthOutput(value:Boolean):void
widthOutputChanged | property |
protected var widthOutputChanged:Boolean
InputText | () | Constructor |
public function InputText()
commitProperties | () | method |
override protected function commitProperties():void
toRora | () | method |
public function toRora():XML
ReturnsXML |
toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XML
ReturnsXML |
DOMINO_XML_ELEMENT_NAME | Constant |
public static const DOMINO_XML_ELEMENT_NAME:String = field
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = InputText
PRIME_FACES_XML_ELEMENT_NAME | Constant |
public static const PRIME_FACES_XML_ELEMENT_NAME:String = inputText