Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.moEditBox

Extends
GUIMenuOption

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIMenuOption
            |   
            +-- XInterface.moEditBox

Direct Known Subclasses:

AnimatedEditBox

Variables Summary
Option
boolbMaskText
boolbReadOnly
GUIEditBoxMyEditBox
Inherited Variables from XInterface.GUIMenuOption
bAutoSizeCaption, bFlipped, bHeightFromComponent, bIgnoreChange, bSquare, bValueReadOnly, bVerticalLayout, Caption, CaptionWidth, ComponentClassName, ComponentJustification, ComponentWidth, LabelColor, LabelFont, LabelJustification, LabelStyleName, MyComponent, MyLabel
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
function FloatOnly (bool b)
functionstring GetComponentValue ()
functionstring GetText ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function IntOnly (bool b)
function MaskText (bool b)
function ReadOnly (bool b)
function SetComponentValue (coerce string NewValue, optional bool bNoChange)
function SetReadOnly (bool b)
function SetText (string NewText)
Inherited Functions from XInterface.GUIMenuOption
CenterMouse, GetComponentValue, InitComponent, InternalOnChange, InternalOnCreateComponent, MenuOptionClicked, ResetComponent, SetCaption, SetComponentValue, SetFriendlyLabel, SetHint, SetReadOnly
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Variables Detail

Option

bMaskText Source code

var(Option) bool bMaskText;

bReadOnly Source code

var(Option) bool bReadOnly;

MyEditBox Source code

var(Option) editconst noexport GUIEditBox MyEditBox;


Functions Detail

FloatOnly Source code

function FloatOnly ( bool b )

GetComponentValue Source code

function string GetComponentValue ( )

GetText Source code

function string GetText ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

IntOnly Source code

function IntOnly ( bool b )

MaskText Source code

function MaskText ( bool b )

ReadOnly Source code

function ReadOnly ( bool b )

SetComponentValue Source code

function SetComponentValue ( coerce string NewValue, optional bool bNoChange )

SetReadOnly Source code

function SetReadOnly ( bool b )

SetText Source code

function SetText ( string NewText )


Defaultproperties

defaultproperties
{
     ComponentClassName="XInterface.GUIEditBox"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:06.187 - Created with UnCodeX