public class EditBoxGadget extends AbstractGadget
| Modifier and Type | Field and Description | 
|---|---|
boolean | 
editBoxAlphaOnly  | 
boolean | 
editBoxMaskChars  | 
int | 
editBoxMaxChars  | 
boolean | 
editBoxNumericOnly  | 
boolean | 
editBoxPosIntOnly  | 
boolean | 
editBoxPrompt  | 
boolean | 
editBoxReadOnly  | 
boolean | 
enableIME  | 
boolean | 
enterKey  | 
background, backgroundAlpha, backgroundColor, bevel, closeButton, closeButtonUseAlpha, hidden, innerText, mouseOverText, moveable, name, size1024, sizerel1024, sunkenBevel, textFont, textFontSize, tileBackground, tileBackgroundHorizontally, tileBackgroundVertically, titlebar, tooltipText, transparent, windowZStyle, z| Constructor and Description | 
|---|
EditBoxGadget(int editBoxMaxChars,
             boolean editBoxNumericOnly,
             boolean editBoxMaskChars,
             boolean editBoxReadOnly,
             boolean editBoxPrompt,
             boolean editBoxPosIntOnly,
             boolean editBoxAlphaOnly,
             boolean enableIME,
             boolean enterKey)  | 
public int editBoxMaxChars
public boolean editBoxNumericOnly
public boolean editBoxMaskChars
public boolean editBoxReadOnly
public boolean editBoxPrompt
public boolean editBoxPosIntOnly
public boolean editBoxAlphaOnly
public boolean enableIME
public boolean enterKey