Enum Class StiReportControlToolboxPosition
java.lang.Object
java.lang.Enum<StiReportControlToolboxPosition>
com.stimulsoft.report.components.enums.StiReportControlToolboxPosition
- All Implemented Interfaces:
Serializable,Comparable<StiReportControlToolboxPosition>,Constable
Enumeration which sets positions of the report controls on the toolbox in the report designer.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSets a position of the Button control on the toolbox of the designer.Sets a position of the CheckBox control on the toolbox of the designer.Sets a position of the CheckListBox control on the toolbox of the designer.Sets a position of the ComboBox control on the toolbox of the designer.Sets a position of the DateTimePicker control on the toolbox of the designer.Sets a position of the Grid control on the toolbox of the designer.Sets a position of the GroupBox control on the toolbox of the designer.Sets a position of the Label control on the toolbox of the designer.Sets a position of the ListBox control on the toolbox of the designer.Sets a position of the ListView control on the toolbox of the designer.Sets a position of the LookUpBox control on the toolbox of the designer.Sets a position of the NumericUpDown control on the toolbox of the designer.Sets a position of the Panel control on the toolbox of the designer.Sets a position of the PictureBox control on the toolbox of the designer.Sets a position of the RadioButton control on the toolbox of the designer.Sets a position of the RichTextBox control on the toolbox of the designer.Sets a position of the TextBox control on the toolbox of the designer.Sets a position of the TreeView control on the toolbox of the designer.Sets a position of the User control on the toolbox of the designer. -
Method Summary
Modifier and TypeMethodDescriptionforValue(int value) intgetValue()Returns the enum constant of this class with the specified name.static StiReportControlToolboxPosition[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ReportControl
-
LabelControl
Sets a position of the Label control on the toolbox of the designer. -
TextBoxControl
Sets a position of the TextBox control on the toolbox of the designer. -
GroupBoxControl
Sets a position of the GroupBox control on the toolbox of the designer. -
ButtonControl
Sets a position of the Button control on the toolbox of the designer. -
CheckBoxControl
Sets a position of the CheckBox control on the toolbox of the designer. -
RadioButtonControl
Sets a position of the RadioButton control on the toolbox of the designer. -
ListBoxControl
Sets a position of the ListBox control on the toolbox of the designer. -
ComboBoxControl
Sets a position of the ComboBox control on the toolbox of the designer. -
LookUpBoxControl
Sets a position of the LookUpBox control on the toolbox of the designer. -
CheckedListBoxControl
Sets a position of the CheckListBox control on the toolbox of the designer. -
DateTimePickerControl
Sets a position of the DateTimePicker control on the toolbox of the designer. -
NumericUpDownControl
Sets a position of the NumericUpDown control on the toolbox of the designer. -
PictureBoxControl
Sets a position of the PictureBox control on the toolbox of the designer. -
GridControl
Sets a position of the Grid control on the toolbox of the designer. -
TreeViewControl
Sets a position of the TreeView control on the toolbox of the designer. -
ListViewControl
Sets a position of the ListView control on the toolbox of the designer. -
PanelControl
Sets a position of the Panel control on the toolbox of the designer. -
RichTextBoxControl
Sets a position of the RichTextBox control on the toolbox of the designer. -
UserControl
Sets a position of the User control on the toolbox of the designer.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue() -
forValue
-