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

XInterface.moComboBox

Extends
GUIMenuOption

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

Direct Known Subclasses:

moComboboxPlus

Variables Summary
Option
boolbAlwaysNotify
boolbReadOnly
GUIComboBoxMyComboBox
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 AddItem (string Item, optional object Extra, optional string Str)
functionstring Find (string Test, optional bool bExact, optional bool bExtra)
functionint FindExtra (string Test, optional bool bExact)
functionint FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object Obj)
functionbool FocusFirst (GUIComponent Sender)
functionstring GetComponentValue ()
functionstring GetExtra ()
functionint GetIndex ()
functionstring GetItem (int index)
functionobject GetItemObject (int index)
functionobject GetObject ()
functionstring GetText ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionint ItemCount ()
function ReadOnly (bool b)
function RemoveItem (int item, optional int Count)
function ResetComponent ()
function SetComponentValue (coerce string NewValue, optional bool bNoChange)
function SetExtra (string NewExtra, optional bool bListItemsOnly)
function SetIndex (int I)
function SetReadOnly (bool b)
function SetText (string NewText, optional bool bListItemsOnly)
function SilentSetIndex (int i)
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

bAlwaysNotify Source code

var(Option) bool bAlwaysNotify;

bReadOnly Source code

var(Option) bool bReadOnly;

MyComboBox Source code

var(Option) editconst noexport GUIComboBox MyComboBox;


Functions Detail

AddItem Source code

function AddItem ( string Item, optional object Extra, optional string Str )

Find Source code

function string Find ( string Test, optional bool bExact, optional bool bExtra )

FindExtra Source code

function int FindExtra ( string Test, optional bool bExact )

FindIndex Source code

function int FindIndex ( string Test, optional bool bExact, optional bool bExtra, optional Object Obj )

FocusFirst Source code

function bool FocusFirst ( GUIComponent Sender )

GetComponentValue Source code

function string GetComponentValue ( )

GetExtra Source code

function string GetExtra ( )

GetIndex Source code

function int GetIndex ( )

GetItem Source code

function string GetItem ( int index )

GetItemObject Source code

function object GetItemObject ( int index )

GetObject Source code

function object GetObject ( )

GetText Source code

function string GetText ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

ItemCount Source code

function int ItemCount ( )

ReadOnly Source code

function ReadOnly ( bool b )

RemoveItem Source code

function RemoveItem ( int item, optional int Count )

ResetComponent Source code

function ResetComponent ( )

SetComponentValue Source code

function SetComponentValue ( coerce string NewValue, optional bool bNoChange )

SetExtra Source code

function SetExtra ( string NewExtra, optional bool bListItemsOnly )

SetIndex Source code

function SetIndex ( int I )

SetReadOnly Source code

function SetReadOnly ( bool b )

SetText Source code

function SetText ( string NewText, optional bool bListItemsOnly )

SilentSetIndex Source code

function SilentSetIndex ( int i )


Defaultproperties

defaultproperties
{
     ComponentClassName="XInterface.GUIComboBox"
}

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