JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Profile: desktop

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publiccellArtGridCell
publicdownOffImageIcon
publicdownOnImageIcon
publicheaderArtGridCell
publichorizontalThumbUIComponent
publichorizontalTrackUIComponent
publicleftOffImageIcon
publicleftOnImageIcon
publicrightOffImageIcon
publicrightOnImageIcon
publicupOffImageIcon
publicupOnImageIcon
publicverticalThumbUIComponent
publicverticalTrackUIComponent

Inherited Variables

crudfx.control.StandardGrid

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicactionfunction():Void

Action for double click

publiccolumnsGridColumn[]

Table columns - GridColumn

publicdataFields[]

Array of rows

public-initonDropfunction(:Sequence):Void
publicrowInteger

Selected row

crudfx.interop.UIComponent

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicparentComponentUIComponent

Parent container

Function Summary

public getJComponent() : javax.swing.JComponent
Returns
JComponent
 

Inherited Functions

crudfx.control.StandardGrid

public gather() : DataTree
Returns
DataTree
 
public getColumn(n: Integer) : GridColumn
Parameters
n
Returns
GridColumn
 
public getJComponent() : javax.swing.JComponent
Returns
JComponent
 
public highlight(s: java.lang.String) : Boolean
Parameters
s
Returns
Boolean
 
public reset() : Void

Refill table from data array

Refill table from data array

 

crudfx.interop.UIComponent

public abstract gather() : DataTree

Gather data

Gather data

Returns
DataTree
 
public abstract getJComponent() : javax.swing.JComponent

Swing component

Swing component

Returns
JComponent
 
public abstract highlight(s: java.lang.String) : Boolean

Find and show string

Find and show string

Parameters
s
Returns
Boolean