Packageview.domino.surfaceComponents.components
Classpublic class DominoInputText
InheritanceDominoInputText Inheritance spark.components.TextInput
Implements view.interfaces.IDominoSurfaceComponent, view.interfaces.IIdAttribute, view.interfaces.IHistorySurfaceComponent, interfaces.IComponentSizeOutput, interfaces.IRoyaleComponentConverter

Representation and converter for Visuale field components

This class work for convert from Visuale field components to target framework of domino format.

Conversion status

Input: view.domino.surfaceComponents.components.DominoInputText

Example Domino output:

	  <field useappletinbrowser="false" allowtabout="false" defaultfocus="false" protected="false" sign="false" storelocally="false" type="text" kind="editable" computeaftervalidation="false" allowmultivalues="false" width="100pt" height="30pt" bgcolor="#ffffff" name="test"/>
     

Domino event:

	 Client: Default value,Input Translation, Input Validation, Input Enabled,HTML attribute
	 Web: onBlur,onChange,onClick,onFocus,onKeyDown,onKeyPress,onKeyUp,onMouseDown,onMouseUp,onMouseMove,OnMouseOut,OnMouseOver,onSelect,
	 Client:(option),(Declarations),Entering,Exiting,Initialize,Terminate
	 

Domino Attributes:

     <inputText
     Attributes
     id=""
     style="width:100px;height:30px;"
     value=""
     maxlength=""
     required="false"
     type="text"
     allowtabout="false"
     defaultfocus="false"
     protected="false"
     sign="false"
     storelocally="false"
     hidewhen=""
     inputvalidation=""
     inputtranslation=""
     text=""
     type="text"
     kind="editable"
     bgcolor="#ffffff"
     id=""
     name=""
     digits=""
     format=""
     punctuated=""
     parens=""
     percent=""
     show=""
     date=""
     allowmultivalues="false"
     showtodaywhenappropriate=""
     fourdigityear=""
     fourdigityearfor21stcentury=""
     omitthisyear=""
     time=""
     zone=""
     calendar=""
     allowtabout="false"
     borderstyle="inset"
     listdisplayseparator="comma"
     listinputseparators="comma"
     lookupaddressonrefresh="false"
     lookupeachchar="false"
     protected="false"
     showdelimiters="true"
     sign="false"
     storelocally="false"
     useappletinbrowser="false"
     ui=""
     recalconchange="false"
     recalcchoices="false"
     numberColumns=""
     allownew="true"
     multiline="true"
     usenotesstyle="false"
     firstdisplay=""
     onlyallow=""
     useappletinbrowser="false"/>
     

Example Royale output:

	 TODO
     

Default MXML Propertytext

See also

https://help.hcltechsw.com/dom_designer/10.0.1/basic/H_FIELD_ELEMENT_XML.html
https://github.com/Moonshine-IDE/VisualEditorConverterLib/blob/master/src/components/domino/DominoInputText.as


Public Properties
 PropertyDefined By
  allowmultivalues : Boolean
DominoInputText
  calendar : String
Domino:The %datetimeformat.calendar; entity defines different types of calendars. This property only work for filed as 'datetime' type <% datetimeformat.calendar "gregorian | hijri"> gregorian Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle.
DominoInputText
  calendars : ArrayList
[read-only]
DominoInputText
  choicesdialog : String
Domino:Types of list fields available as defined in the %field.choicesdialogs; entity. <!ENTITY % field.choicesdialogs "none | addressbook | acl | view "> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  choicesdialogs : ArrayList
[read-only]
DominoInputText
  date : String
Domino:Displays the date in the format defined in the Defined entities for <datetimeformat/> element entity. This property only work for filed as 'datetime' type <!ENTITY % datetimeformat.date "yearmonthday | year4monthday | monthday | yearmonth | year4month | weekdaymonthdayyear | weekdaymonthday | weekday | month | day | year > notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  dates : ArrayList
[read-only]
DominoInputText
  defaultvalue : String
DominoInputText
  digits : Number
Domino: Represents the number of decimal places (0 to 15) to display when displaying the number.
DominoInputText
  firstdisplay : String
DominoInputText
  format : String
Domino: The %numberformat.formats; entity defines the choices for number formats.
DominoInputText
  formats : ArrayList
[read-only]
DominoInputText
  formula : String
DominoInputText
  fourdigityear : Boolean
Domino:Always displays the year using four digits. This property only work for filed as 'datetime' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  fourdigityearfor21stcentury : Boolean
Domino:Displays the year using four digits only for dates having the year 2000 and later. This property only work for filed as 'datetime' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  height : Number
[override] [read-only] Domino: style
DominoInputText
  heightOutput : Boolean
DominoInputText
  hidewhen : String
Domino:Contains formula ,Represents hide or show the element. notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  idAttribute : String
Domino: id (Require ,default is 'test') notes ClientSupported Apache RoyalePlanned PrimeFacesSupported FlexSupported GSPSupported
DominoInputText
  inputtranslation : String
DominoInputText
  inputvalidation : String
DominoInputText
  keyformulachoices : Boolean
DominoInputText
  keyformulavalue : String
Domino:The formula that represents key word for list. notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  keywords : String
Domino:Contains an optional textlist or formula element. This property only work for filed as 'datetime' type <% datetimeformat.calendar "gregorian | hijri"> gregorian Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle.
DominoInputText
  keywordsformula : String
Domino:Contains formula ,Represents an function or command in the formula language.. This property only work for filed as 'keyword' or 'checkbox' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  keywordui : String
Domino:Types of list fields that the end user sees, as defined in the %keywords.ui; entity. <!ENTITY % keywords.ui "dialoglist | checkbox | radiobutton | combobox | listbox "> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  keyworduis : ArrayList
[read-only]
DominoInputText
  kind : String
Domino: Kind of field as defined in the %field.kinds; entity. <!ENTITY % field.kinds; "editable | computed | computedfordisplay | computedwhencomposed "> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  limitinputKinds : ArrayList
[read-only]
DominoInputText
  listdisplayseparator : String
Domino:The types of separators that can be used between list elements when a user enters multiple values.
DominoInputText
  listinputseparators : String
Domino:The types of separators that can be used between list elements when a user enters multiple values.
DominoInputText
  maxLength : String
Domino: maxlength (Optional)
DominoInputText
  nameAttribute : String
Name assigned to the field.it must keep unique in one form file.
DominoInputText
  numberColumns : Number
Domino: numberColumns (Optional)
DominoInputText
  object : String
DominoInputText
  objects : ArrayList
[read-only]
DominoInputText
  omitthisyear : Boolean
Domino:If true, omits the year from the date and time display formats.
DominoInputText
  onlyallow : String
DominoInputText
  parens : Boolean
Domino: If true, displays negative numbers enclosed in parentheses; for example, (5) instead of -5. This property only work for filed as 'number' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  percent : Boolean
Domino:If true, displays values as percentages; for example, displays .10 as 10%. This property only work for filed as 'number' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  percentHeight : Number
[override] [read-only]
DominoInputText
  percentWidth : Number
[override] [read-only] Domino: style
DominoInputText
  punctuated : Boolean
Domino: If true, displays large numbers with the thousands separator; for example, 1,000.. This property only work for filed as 'number' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  recalcchoices : Boolean
Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field. notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  recalonchange : Boolean
Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field. notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  required : Boolean
Domino: required
DominoInputText
  show : String
Domino:Displays the date and time in the format defined in the %datetimeformat.show; entity. This property only work for filed as 'datetime' type <!ENTITY %datetimeformat.show "date | time | datetime"> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  shows : ArrayList
[read-only]
DominoInputText
  showtodaywhenappropriate : Boolean
Domino:Boolean.
DominoInputText
  text : String
[override] Domino: value notes ClientSupported Apache RoyalePlanned PrimeFacesSupported FlexSupported GSPSupported
DominoInputText
  time : String
Domino:Displays the time in the format defined in the %datetimeformat.time; entity. This property only work for filed as 'datetime' type <!ENTITY % datetimeformat.time "hourminutesecondhundredths | hourminutesecond | hourminute | hour"> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  times : ArrayList
[read-only]
DominoInputText
  type : String
Domino: Type of field as defined in the %field.types; entity. <!ENTITY % field.types "text | number | datetime | richtext | keyword | names | authors | readers | password | formula | timezone | richtextlite | color "> notes ClientSupported Apache RoyalePlanned PrimeFacesSupported FlexSupported GSPSupported
DominoInputText
  width : Number
[override] [read-only] Domino: style notes ClientSupported Apache RoyalePlanned PrimeFacesSupported FlexSupported GSPSupported
DominoInputText
  widthOutput : Boolean
DominoInputText
  zone : String
Domino:Displays the time zone in the format defined in the %datetimeformat.zone; entity. This property only work for filed as 'datetime' type < !ENTITY % datetimeformat.zone "never | sometimes | always"> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  zones : ArrayList
[read-only]
DominoInputText
Protected Properties
 PropertyDefined By
  heightOutputChanged : Boolean
DominoInputText
  widthOutputChanged : Boolean
DominoInputText
Public Methods
 MethodDefined By
  
DominoInputText
  
DominoInputText
Protected Methods
 MethodDefined By
  
[override]
DominoInputText
Public Constants
 ConstantDefined By
  DOMINO_ELEMENT_NAME : String = field
[static]
DominoInputText
  ELEMENT_NAME : String = Field
[static]
DominoInputText
Property Detail
allowmultivaluesproperty
allowmultivalues:Boolean

This property can be used as the source for data binding.


Implementation
    public function get allowmultivalues():Boolean
    public function set allowmultivalues(value:Boolean):void

Example
Visual Editor XML:
<InputText allowmultivalues=""/>
Domino:
<inputText allowmultivalues=""/>
calendarproperty 
calendar:String

Domino:The %datetimeformat.calendar; entity defines different types of calendars.

This property only work for filed as 'datetime' type

<% datetimeformat.calendar "gregorian | hijri">

gregorian

Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle.

hijri

Islamic calendar based on twelve lunar months.
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get calendar():String
    public function set calendar(value:String):void

Example
Visual Editor XML:
<InputText calendar=""/>
Domino:
<inputText calendar=""/>
calendarsproperty 
calendars:ArrayList  [read-only]


Implementation
    public function get calendars():ArrayList
choicesdialogproperty 
choicesdialog:String

Domino:Types of list fields available as defined in the %field.choicesdialogs; entity.

<!ENTITY % field.choicesdialogs "none | addressbook | acl | view ">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get choicesdialog():String
    public function set choicesdialog(value:String):void

Example
Visual Editor XML:
<InputText choicesdialog="false"/>
Domino:
<InputText choicesdialog="false"/>
choicesdialogsproperty 
choicesdialogs:ArrayList  [read-only]


Implementation
    public function get choicesdialogs():ArrayList
dateproperty 
date:String

Domino:Displays the date in the format defined in the Defined entities for <datetimeformat/> element entity.

This property only work for filed as 'datetime' type

<!ENTITY % datetimeformat.date "yearmonthday | year4monthday | monthday | yearmonth | year4month | weekdaymonthdayyear | weekdaymonthday | weekday | month | day | year >
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get date():String
    public function set date(value:String):void

Example
Visual Editor XML:
<InputText date=""/>
Domino:
<inputText date=""/>
datesproperty 
dates:ArrayList  [read-only]


Implementation
    public function get dates():ArrayList
defaultvalueproperty 
defaultvalue:String

This property can be used as the source for data binding.


Implementation
    public function get defaultvalue():String
    public function set defaultvalue(value:String):void
digitsproperty 
digits:Number

Domino: Represents the number of decimal places (0 to 15) to display when displaying the number. .

If the value is "varying," indicates that the number of decimal places to display may change.

It only work for filed type is number

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get digits():Number
    public function set digits(value:Number):void

Example
Visual Editor XML:
<InputText digits=""/>
Domino:
<inputText digits=""/>
firstdisplayproperty 
firstdisplay:String

This property can be used as the source for data binding.


Implementation
    public function get firstdisplay():String
    public function set firstdisplay(value:String):void
formatproperty 
format:String

Domino: The %numberformat.formats; entity defines the choices for number formats. .

This property only work for filed as 'number' type

<!ENTITY % numberformat.formats "general | fixed | scientific | currency"/>

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get format():String
    public function set format(value:String):void

Example
Visual Editor XML:
<InputText format=""/>
Domino:
<inputText format=""/>
formatsproperty 
formats:ArrayList  [read-only]


Implementation
    public function get formats():ArrayList
formulaproperty 
formula:String

This property can be used as the source for data binding.


Implementation
    public function get formula():String
    public function set formula(value:String):void
fourdigityearproperty 
fourdigityear:Boolean

Domino:Always displays the year using four digits.

This property only work for filed as 'datetime' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get fourdigityear():Boolean
    public function set fourdigityear(value:Boolean):void

Example
Visual Editor XML:
<InputText fourdigityear=""/>
Domino:
<inputText fourdigityear=""/>
fourdigityearfor21stcenturyproperty 
fourdigityearfor21stcentury:Boolean

Domino:Displays the year using four digits only for dates having the year 2000 and later.

This property only work for filed as 'datetime' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get fourdigityearfor21stcentury():Boolean
    public function set fourdigityearfor21stcentury(value:Boolean):void

Example
Visual Editor XML:
<InputText fourdigityearfor21stcentury=""/>
Domino:
<inputText fourdigityearfor21stcentury=""/>
heightproperty 
height:Number  [read-only] [override]

Domino: style

The default value is "30".

This property can be used as the source for data binding.


Implementation
    public function get height():Number

Example
Visual Editor XML:
<InputText height="30"/>
Domino:
<inputText style="width:100px;height:30px;"/>
heightOutputproperty 
heightOutput:Boolean

This property can be used as the source for data binding.


Implementation
    public function get heightOutput():Boolean
    public function set heightOutput(value:Boolean):void
heightOutputChangedproperty 
protected var heightOutputChanged:Boolean

hidewhenproperty 
hidewhen:String

Domino:Contains formula ,Represents hide or show the element.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get hidewhen():String
    public function set hidewhen(value:String):void

Example
Visual Editor XML:
<InputText hidewhen=""/>
Domino:
<formula > <formula />
idAttributeproperty 
idAttribute:String

Domino: id (Require ,default is 'test')

notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get idAttribute():String
    public function set idAttribute(value:String):void

Example
Visual Editor XML:
<InputText id=""/>
Domino:
<inputText id=""/>
inputtranslationproperty 
inputtranslation:String

This property can be used as the source for data binding.


Implementation
    public function get inputtranslation():String
    public function set inputtranslation(value:String):void
inputvalidationproperty 
inputvalidation:String

This property can be used as the source for data binding.


Implementation
    public function get inputvalidation():String
    public function set inputvalidation(value:String):void
keyformulachoicesproperty 
keyformulachoices:Boolean

This property can be used as the source for data binding.


Implementation
    public function get keyformulachoices():Boolean
    public function set keyformulachoices(value:Boolean):void
keyformulavalueproperty 
keyformulavalue:String

Domino:The formula that represents key word for list.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get keyformulavalue():String
    public function set keyformulavalue(value:String):void

Example
Visual Editor XML:
<InputText keyformulavalue=""/>
Domino:
<formula > <formula />
keywordsproperty 
keywords:String

Domino:Contains an optional textlist or formula element.

This property only work for filed as 'datetime' type

<% datetimeformat.calendar "gregorian | hijri">

gregorian

Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle.

hijri

Islamic calendar based on twelve lunar months.
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get keywords():String
    public function set keywords(value:String):void

Example
Visual Editor XML:
<InputText keywords=""/>
Domino:
<inputText keywords=""/>
keywordsformulaproperty 
keywordsformula:String

Domino:Contains formula ,Represents an function or command in the formula language..

This property only work for filed as 'keyword' or 'checkbox' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get keywordsformula():String
    public function set keywordsformula(value:String):void

Example
Visual Editor XML:
<InputText keywordsformula=""/>
Domino:
<formula > <formula />
keyworduiproperty 
keywordui:String

Domino:Types of list fields that the end user sees, as defined in the %keywords.ui; entity.

<!ENTITY % keywords.ui "dialoglist | checkbox | radiobutton | combobox | listbox ">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get keywordui():String
    public function set keywordui(value:String):void

Example
Visual Editor XML:
<InputText recalcchoices="false"/>
Domino:
<InputText recalcchoices="false"/>
keyworduisproperty 
keyworduis:ArrayList  [read-only]


Implementation
    public function get keyworduis():ArrayList
kindproperty 
kind:String

Domino: Kind of field as defined in the %field.kinds; entity.

<!ENTITY % field.kinds; "editable | computed | computedfordisplay | computedwhencomposed ">

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get kind():String
    public function set kind(value:String):void

Example
Visual Editor XML:
<InputText kind=""/>
Domino:
<inputText kind=""/>
limitinputKindsproperty 
limitinputKinds:ArrayList  [read-only]


Implementation
    public function get limitinputKinds():ArrayList
listdisplayseparatorproperty 
listdisplayseparator:String

Domino:The types of separators that can be used between list elements when a user enters multiple values. See the %list.separators; entity for a list of available options. NMTOKENS are name tokens that enable a user to make multiple choices.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get listdisplayseparator():String
    public function set listdisplayseparator(value:String):void

Example
Visual Editor XML:
<InputText listdisplayseparator="false"/>
Domino:
<InputText listdisplayseparator="false"/>
listinputseparatorsproperty 
listinputseparators:String

Domino:The types of separators that can be used between list elements when a user enters multiple values. See the %list.separators; entity for a list of available options. NMTOKENS are name tokens that enable a user to make multiple choices.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get listinputseparators():String
    public function set listinputseparators(value:String):void

Example
Visual Editor XML:
<InputText listinputseparators="false"/>
Domino:
<InputText listinputseparators="false"/>
maxLengthproperty 
maxLength:String

Domino: maxlength (Optional)

This property can be used as the source for data binding.


Implementation
    public function get maxLength():String
    public function set maxLength(value:String):void

Example
Visual Editor XML:
<InputText maxlength=""/>
Domino:
<inputText maxlength=""/>
nameAttributeproperty 
nameAttribute:String

Name assigned to the field.it must keep unique in one form file.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get nameAttribute():String
    public function set nameAttribute(value:String):void

Example
Visual Editor XML:
<InputText nameAttribute=""/>
Domino:
<inputText name=""/>
numberColumnsproperty 
numberColumns:Number

Domino: numberColumns (Optional)

This property can be used as the source for data binding.


Implementation
    public function get numberColumns():Number
    public function set numberColumns(value:Number):void

Example
Visual Editor XML:
<InputText numberColumns=""/>
Domino:
<inputText numberColumns=""/>
objectproperty 
object:String

This property can be used as the source for data binding.


Implementation
    public function get object():String
    public function set object(value:String):void
objectsproperty 
objects:ArrayList  [read-only]


Implementation
    public function get objects():ArrayList
omitthisyearproperty 
omitthisyear:Boolean

Domino:If true, omits the year from the date and time display formats. Default is false

This property only work for filed as 'datetime' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get omitthisyear():Boolean
    public function set omitthisyear(value:Boolean):void

Example
Visual Editor XML:
<InputText omitthisyear=""/>
Domino:
<inputText omitthisyear=""/>
onlyallowproperty 
onlyallow:String

This property can be used as the source for data binding.


Implementation
    public function get onlyallow():String
    public function set onlyallow(value:String):void
parensproperty 
parens:Boolean

Domino: If true, displays negative numbers enclosed in parentheses; for example, (5) instead of -5.

This property only work for filed as 'number' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get parens():Boolean
    public function set parens(value:Boolean):void

Example
Visual Editor XML:
<InputText parens=""/>
Domino:
<inputText parens=""/>
percentproperty 
percent:Boolean

Domino:If true, displays values as percentages; for example, displays .10 as 10%.

This property only work for filed as 'number' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get percent():Boolean
    public function set percent(value:Boolean):void

Example
Visual Editor XML:
<InputText percent=""/>
Domino:
<inputText percent=""/>
percentHeightproperty 
percentHeight:Number  [read-only] [override]

This property can be used as the source for data binding.


Implementation
    public function get percentHeight():Number
percentWidthproperty 
percentWidth:Number  [read-only] [override]

Domino: style

This property can be used as the source for data binding.


Implementation
    public function get percentWidth():Number

Example
Visual Editor XML:
<InputText percentWidth="80"/>
Domino:
<inputText style="width:80%;"/>
punctuatedproperty 
punctuated:Boolean

Domino: If true, displays large numbers with the thousands separator; for example, 1,000..

This property only work for filed as 'number' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get punctuated():Boolean
    public function set punctuated(value:Boolean):void

Example
Visual Editor XML:
<InputText punctuated=""/>
Domino:
<inputText punctuated=""/>
recalcchoicesproperty 
recalcchoices:Boolean

Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get recalcchoices():Boolean
    public function set recalcchoices(value:Boolean):void

Example
Visual Editor XML:
<InputText recalcchoices="false"/>
Domino:
<InputText recalcchoices="false"/>
recalonchangeproperty 
recalonchange:Boolean

Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get recalonchange():Boolean
    public function set recalonchange(value:Boolean):void

Example
Visual Editor XML:
<InputText recalonchange="false"/>
Domino:
<InputText recalonchange="false"/>
requiredproperty 
required:Boolean

Domino: required

The default value is "false".

This property can be used as the source for data binding.


Implementation
    public function get required():Boolean
    public function set required(value:Boolean):void

Example
Visual Editor XML:
<InputText required="false"/>
Domino:
<inputText required="false"/>
showproperty 
show:String

Domino:Displays the date and time in the format defined in the %datetimeformat.show; entity.

This property only work for filed as 'datetime' type

<!ENTITY %datetimeformat.show "date | time | datetime">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get show():String
    public function set show(value:String):void

Example
Visual Editor XML:
<InputText show=""/>
Domino:
<inputText show=""/>
showsproperty 
shows:ArrayList  [read-only]


Implementation
    public function get shows():ArrayList
showtodaywhenappropriateproperty 
showtodaywhenappropriate:Boolean

Domino:Boolean. If true, displays 'today' instead of the date when date equals the current date.

This property only work for filed as 'datetime' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get showtodaywhenappropriate():Boolean
    public function set showtodaywhenappropriate(value:Boolean):void

Example
Visual Editor XML:
<InputText showtodaywhenappropriate=""/>
Domino:
<inputText showtodaywhenappropriate=""/>
textproperty 
text:String[override]

Domino: value

notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get text():String
    public function set text(value:String):void

Example
Visual Editor XML:
<InputText value=""/>
Domino:
<inputText value=""/>
timeproperty 
time:String

Domino:Displays the time in the format defined in the %datetimeformat.time; entity.

This property only work for filed as 'datetime' type

<!ENTITY % datetimeformat.time "hourminutesecondhundredths | hourminutesecond | hourminute | hour">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get time():String
    public function set time(value:String):void

Example
Visual Editor XML:
<InputText time=""/>
Domino:
<inputText time=""/>
timesproperty 
times:ArrayList  [read-only]


Implementation
    public function get times():ArrayList
typeproperty 
type:String

Domino: Type of field as defined in the %field.types; entity.

<!ENTITY % field.types "text | number | datetime | richtext | keyword | names | authors | readers | password | formula | timezone | richtextlite | color ">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get type():String
    public function set type(value:String):void

Example
Visual Editor XML:
<InputText type=""/>
Domino:
<inputText type=""/>
widthproperty 
width:Number  [read-only] [override]

Domino: style

notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported

The default value is "100".

This property can be used as the source for data binding.


Implementation
    public function get width():Number

Example
Visual Editor XML:
<InputText width="100"/>
Domino:
<inputText style="width:100px;height:30px;"/>
widthOutputproperty 
widthOutput:Boolean

This property can be used as the source for data binding.


Implementation
    public function get widthOutput():Boolean
    public function set widthOutput(value:Boolean):void
widthOutputChangedproperty 
protected var widthOutputChanged:Boolean

zoneproperty 
zone:String

Domino:Displays the time zone in the format defined in the %datetimeformat.zone; entity.

This property only work for filed as 'datetime' type

< !ENTITY % datetimeformat.zone "never | sometimes | always">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get zone():String
    public function set zone(value:String):void

Example
Visual Editor XML:
<InputText time=""/>
Domino:
<inputText time=""/>
zonesproperty 
zones:ArrayList  [read-only]


Implementation
    public function get zones():ArrayList
Constructor Detail
DominoInputText()Constructor
public function DominoInputText()



Method Detail
commitProperties()method
override protected function commitProperties():void

toRoyaleConvertCode()method 
public function toRoyaleConvertCode():XML

Returns
XML
Constant Detail
DOMINO_ELEMENT_NAMEConstant
public static const DOMINO_ELEMENT_NAME:String = field

ELEMENT_NAMEConstant 
public static const ELEMENT_NAME:String = Field