Uses of Class
com.iizix.prop.vs.VSRow
Package
Description
Uses of VSRow in com.iizigo.vs
Modifier and TypeMethodDescriptionvoid
TablePanel.onRowAdded
(VSColumnHeader column, VSRow row, int rowIndex) void
TablePanel.onRowAdded
(VSRow row, int index) void
TablePanel.onRowRemoved
(VSColumnHeader column, VSRow row, int rowIndex) void
TablePanel.onRowRemoved
(VSRow row, int index) void
TablePanel.onRowStateChanged
(VSRow row, IVSComponentState.State state, boolean on) void
TablePanel.onSelectionChanged
(VSColumnHeader column, VSRow row, int rowIndex, boolean isSelected) Uses of VSRow in com.iizigo.vs.prop
Modifier and TypeMethodDescriptionprotected VSRow
EditorVSTable.createHeader()
Creates the headerBackground property container.protected VSRow
EditorVSTable.createRow
(Atom a, VSColumnHeader[] columns) Creates a row property.protected VSRow
Creates a row property.Uses of VSRow in com.iizix.db.prop
Modifier and TypeMethodDescriptionvoid
ResultSetColumnProp.onRowAdded
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been added to the table.void
ResultSetProps.onRowAdded
(VSRow row, int index) Called when a row is added.void
ResultSetColumnProp.onRowRemoved
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been removed from the table.void
ResultSetProps.onRowRemoved
(VSRow row, int index) Called when a row is removed.void
ResultSetProps.onRowStateChanged
(VSRow row, IVSComponentState.State state, boolean on) Called when a row selection state changed.void
ResultSetColumnProp.onSelectionChanged
(VSColumnHeader column, VSRow row, int rowIndex, boolean isSelected) Called when the row selection is changed to forward to column listeners.Uses of VSRow in com.iizix.prop.content
Modifier and TypeMethodDescriptionprotected abstract ITEM_CONTENT
AbstractContentProvider.createContentItem
(VSRow row) Creates a new content item for a VS row.boolean
Called when a VSRow is added in the connected table.boolean
Called when a VSRow is added in the connected table.boolean
Called when a VSRow is removed in the connected table.boolean
Called when a VSRow is removed in the connected table.void
AbstractContentUIContainer.onRowAdded
(VSRow row, int index) Called when a row is added.void
AbstractContentUIContainer.onRowRemoved
(VSRow row, int index) Called when a row is removed.void
AbstractContentUIContainer.onRowStateChanged
(VSRow row, IVSComponentState.State state, boolean on) Called when a row selection state changed.Uses of VSRow in com.iizix.prop.ui
Modifier and TypeMethodDescriptionvoid
UIAbstractListChoice.onRowAdded
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been added to the table.void
UIAbstractListChoice.onRowRemoved
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been removed from the table.void
UIAbstractListChoice.onSelectionChanged
(VSColumnHeader column, VSRow row, int rowIndex, boolean isSelected) Called when the row selection is changed to forward to column listeners.Uses of VSRow in com.iizix.prop.ui.chart.series
Modifier and TypeMethodDescriptionICreateValueFromVS.createValue
(VSRow row) Creates a value.void
Series.onRowAdded
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been added to the table.void
Series.onRowRemoved
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been removed from the table.void
Series.onSelectionChanged
(VSColumnHeader column, VSRow row, int rowIndex, boolean isSelected) Called when the row selection is changed to forward to column listeners.Uses of VSRow in com.iizix.prop.ui.map
Modifier and TypeMethodDescriptionprotected MapMarker
MapMarkerContentProvider.createContentItem
(VSRow row) Creates a new content item for a VS row.Uses of VSRow in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionprotected MLItem
MLContentProvider.createContentItem
(VSRow row) Creates a new content item for a VS row.default IImageTarget
IMListContentProvider.getIcon
(VSRow row, MLItem listItem, IImageTarget iImageTarget) Gets the icon to use for the list item and the specified VS row.Gets the icon to use for the list item and the specified VS row.MLContentProvider.getIcon
(VSRow row, MLItem listItem, IImageTarget iImageTarget) Gets the icon to use for the list item and the specified VS row.Uses of VSRow in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionDefaultTableContentProvider.getFirstSelectedRow()
Returns the first selected row for single selection table.VSRow[]
DefaultTableContentProvider.getRows()
Gets the row objects.Modifier and TypeMethodDescriptionVSField[]
DefaultTableContentProvider.getRowCells
(VSRow row) Gets the cells for a row object.int
DefaultTableContentProvider.getRowStyle
(VSRow row, int filteredRowIndex) Gets the row style.boolean
DefaultTableContentProvider.isRowSelected
(VSRow row) Returns if the row is selected or not.void
UITable.onRowAdded
(VSRow row, int index) Called when a row is added.void
UITableColumn.onRowAdded
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been added to the table.void
UITable.onRowRemoved
(VSRow row, int index) Called when a row is removed.void
UITableColumn.onRowRemoved
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been removed from the table.void
DefaultTableContentProvider.onRowSelection
(TableRow tableRow, VSRow row, boolean on) Called when the row selection state is changed.void
UITable.onRowStateChanged
(VSRow row, IVSComponentState.State state, boolean on) Called when a row selection state changed.void
UITableColumn.onSelectionChanged
(VSColumnHeader column, VSRow row, int rowIndex, boolean isSelected) Called when the row selection is changed to forward to column listeners.boolean
Returns whether the given row makes it through this filter.Uses of VSRow in com.iizix.prop.vs
Modifier and TypeFieldDescriptionstatic final VSRow[]
VSRows.EMPTY_ROWS
An empty array of rows.protected VSRow
VSTable.header
The header property.Modifier and TypeMethodDescriptionAdds a row of VSField's.Adds a row of Value's.VSRow.clone()
Clones the VirtualSpace Row.protected VSRow
VSTable.createHeader()
Creates the header property container.VSRows.createRow()
Creates a row with a unique name.protected VSRow
VSTable.createRow
(Atom a, VSColumnHeader[] columns) Creates a row property with column headers.protected VSRow
Creates a row property with fields.protected VSRow
Creates a row property with values.VSRows.getFirstSelectedRow()
Gets the first selected row in the table if the selection type is single or multiple.VSTable.getFirstSelectedRow()
Gets the first selected row in the table if the selection type is single or multiple.VSTable.getHeader()
Gets the header.VSField.getRow()
Gets the row container.VSRows.getRow
(int rowIndex) Gets the row at specified index.VSTable.getRow
(int row) Gets the row of a certain index.VSRow[]
VSRows.getRows()
Gets the rows in this rows container.VSRow[]
VSTable.getRows()
Gets the rows in this table.VSRow[]
VSRows.getSelectedRows()
Gets the rows that are selected.VSRow[]
VSTable.getSelectedRows()
Gets the rows that are selected.Inserts a row of VSField's.Inserts a row of Value's.Modifier and TypeMethodDescriptionvoid
IVSColumnListener.onRowAdded
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been added to the table.void
IVSTableListener.onRowAdded
(VSRow row, int index) Called when a row is added.void
VSColumnAdapter.onRowAdded
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been added to the table.void
VSTableAdapter.onRowAdded
(VSRow row, int index) Called when a row is added.void
IVSColumnListener.onRowRemoved
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been removed from the table.void
IVSTableListener.onRowRemoved
(VSRow row, int index) Called when a row is removed.void
VSColumnAdapter.onRowRemoved
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been removed from the table.void
VSTableAdapter.onRowRemoved
(VSRow row, int index) Called when a row is removed.void
IVSTableListener.onRowStateChanged
(VSRow row, IVSComponentState.State state, boolean on) Called when a row selection state changed.void
VSTableAdapter.onRowStateChanged
(VSRow row, IVSComponentState.State state, boolean on) Called when a row selection state changed.void
IVSColumnListener.onSelectionChanged
(VSColumnHeader column, VSRow row, int rowIndex, boolean isSelected) Called when the row selection is changed to forward to column listeners.void
VSColumnAdapter.onSelectionChanged
(VSColumnHeader column, VSRow row, int rowIndex, boolean isSelected) Called when the row selection is changed to forward to column listeners.Uses of VSRow in com.iizix.term.prop
Modifier and TypeMethodDescriptionvoid
ScreenFieldProp.onRowAdded
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been added to the table.void
ScreenFieldProp.onRowRemoved
(VSColumnHeader column, VSRow row, int rowIndex) Called when a row has been removed from the table.void
ScreenFieldProp.onSelectionChanged
(VSColumnHeader column, VSRow row, int rowIndex, boolean isSelected) Called when the row selection is changed to forward to column listeners.