Uses of Class
com.jaxfront.core.xui.ListInfo

Packages that use ListInfo
com.jaxfront.core.xui   
 

Uses of ListInfo in com.jaxfront.core.xui
 

Subclasses of ListInfo in com.jaxfront.core.xui
 class TableInfo
          Defines the style of list type where all items in the list gets represented in a JTable.
 

Fields in com.jaxfront.core.xui declared as ListInfo
 ListInfo ButtonEnabling._listInfo
           
 

Methods in com.jaxfront.core.xui that return ListInfo
 ListInfo StyleDefinition.getListInfo()
           
 ListInfo AbstractXUIElement.getSerialListInfo()
          Returns the serial list info.
 ListInfo AbstractXUIElement.getTabListInfo()
          Returns the serial list info.
 

Constructors in com.jaxfront.core.xui with parameters of type ListInfo
ButtonEnabling(boolean canAdd, boolean canCopy, boolean canDelete, boolean selectionOnly, boolean canMoveUp, boolean canMoveDown, ListInfo listInfo)
           
ButtonEnabling(boolean canAdd, boolean canCopy, boolean canDelete, boolean selectionOnly, ListInfo listInfo)