Ant Organisation Ltd documentation

GroupWindowsDisplayer Members

GroupWindowsDisplayer overview

Public Instance Constructors

GroupWindowsDisplayer Constructor Constructor

Public Instance Methods

AddRow Add a row at the index specified
ChildPreferredSizeChanged Called when a child control of this group changes size. Causes this group to recalculate its size and inform it parent.
ChildValueChanged Called when a child control of this group changes value. Causes this group to inform its parent.
DeleteRow Delete a row from the repeat
Dispose
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAlignment Gets the alignment for the control
GetControl (inherited from WindowsFieldDisplayer) Gets the Windows control that represents this field
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetHelpString (inherited from WindowsFieldDisplayer) Overidden to provide the help string for the control which is under this point. Basic implementation provides, the help string for the control.
GetPreferredSize Gets the preferred size of the control
GetType (inherited from Object)Gets the Type of the current instance.
GetValue Gets the value of a control which has been displayed
MarkInvalidControls Marks all the invalid sub controls
SetValue Sets the value of the control
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

ControlChanged (inherited from WindowsFieldDisplayer) This event is fired (by the overriding class) when a control has changed. It is used to reverify the form
PreferredSizeChanged Event is triggered when a new member is added to the group or when a control is removed
ValueChanged Event is triggered when a value changes in a sub control of this control

Protected Instance Properties

Context (inherited from WindowsFieldDisplayer) Gets the context for this displayer
FieldDef (inherited from WindowsFieldDisplayer) Gets the field definition for this field
MyControl (inherited from WindowsFieldDisplayer) Gets the control which is represented by this object
Parent (inherited from WindowsFieldDisplayer) Gets the parent control for the control represented by this object

Protected Instance Methods

ChildChanged (inherited from WindowsFieldDisplayer) Standard handler for any event which indicates that the control has changed value
ChildValidatingChanged (inherited from WindowsFieldDisplayer) Standard handler for any event which indicates that the control has changed value
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
FireControlChanged (inherited from WindowsFieldDisplayer) Fires the ControlChanged event
GetAddButton Virtual method which returns a button which appears at the end of the controls in order to add a row. Override in order to change the style of the button
GetDeleteButton Virtual method which returns a button which appears at the end of each row in order to delete rows. Override in order to change the style of the button
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
PostInit Gets a new control to represent the field

See Also

GroupWindowsDisplayer Class | Ant.ContentEntry.FieldDisplayers.Windows Namespace