Uses of Class
com.iizix.term.prop.HostFieldColumnCell
Packages that use HostFieldColumnCell Package Description com.iizix.term.prop Uses of HostFieldColumnCell in com.iizix.term.prop
Methods in com.iizix.term.prop that return HostFieldColumnCell Modifier and Type Method Description HostFieldColumnCell[]
ScreenFieldProp. getHiddenHostFieldColumn(HostScreen screen)
Gets an array of all host field cells in a column.HostFieldColumnCell[]
ScreenFieldProp. getHostFieldColumn(HostScreen screen)
Gets an array of all host field cells in a column.HostFieldColumnCell[]
ScreenFieldProp. getHostFieldColumn(HostScreen screen, boolean doGetHidden)
Gets an array of all host field cells in a column.Methods in com.iizix.term.prop with parameters of type HostFieldColumnCell Modifier and Type Method Description boolean
HostFieldColumnCell. hasChanged(HostFieldColumnCell cell)
Checks if there are any differences between the current HostFieldColumnCell and an old HostFieldColumnCell.static boolean
HostFieldColumnCell. hasChanged(HostFieldColumnCell[] cells1, HostFieldColumnCell[] cells2)
Checks if the contents in the HostFieldColumnCell's has changed.