Overview
Profile: desktop
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | cell | ArtGridCell | ![]() | ![]() | ![]() | ||
| public | downOff | ImageIcon | ![]() | ![]() | ![]() | ||
| public | downOn | ImageIcon | ![]() | ![]() | ![]() | ||
| public | header | ArtGridCell | ![]() | ![]() | ![]() | ||
| public | horizontalThumb | UIComponent | ![]() | ![]() | ![]() | ||
| public | horizontalTrack | UIComponent | ![]() | ![]() | ![]() | ||
| public | leftOff | ImageIcon | ![]() | ![]() | ![]() | ||
| public | leftOn | ImageIcon | ![]() | ![]() | ![]() | ||
| public | rightOff | ImageIcon | ![]() | ![]() | ![]() | ||
| public | rightOn | ImageIcon | ![]() | ![]() | ![]() | ||
| public | upOff | ImageIcon | ![]() | ![]() | ![]() | ||
| public | upOn | ImageIcon | ![]() | ![]() | ![]() | ||
| public | verticalThumb | UIComponent | ![]() | ![]() | ![]() | ||
| public | verticalTrack | UIComponent | ![]() | ![]() | ![]() |
Inherited Variables
crudfx.control.StandardGrid
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | action | function():Void | ![]() | ![]() | ![]() |
Action for double click |
|
| public | columns | GridColumn[] | ![]() | ![]() | ![]() |
Table columns - GridColumn |
|
| public | data | Fields[] | ![]() | ![]() | ![]() |
Array of rows |
|
| public-init | onDrop | function(:Sequence):Void | ![]() | ![]() | |||
| public | row | Integer | ![]() | ![]() | ![]() |
Selected row |
crudfx.interop.UIComponent
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | parentComponent | UIComponent | ![]() | ![]() | ![]() |
Parent container |
Function Summary
- public getJComponent() : javax.swing.JComponent
Inherited Functions
crudfx.control.StandardGrid
- public gather() : DataTree
- public getColumn(n: Integer) : GridColumn
- public getJComponent() : javax.swing.JComponent
- public highlight(s: java.lang.String) : Boolean
- public reset() : Void
crudfx.interop.UIComponent
- public abstract gather() : DataTree
- public abstract getJComponent() : javax.swing.JComponent
- public abstract highlight(s: java.lang.String) : Boolean

