|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JListView.ListViewOrientation | |
---|---|
org.salespointframework.desktop | |
org.salespointframework.desktop.formsheets | |
org.salespointframework.desktop.renderer |
Uses of JListView.ListViewOrientation in org.salespointframework.desktop |
---|
Fields in org.salespointframework.desktop declared as JListView.ListViewOrientation | |
---|---|
private JListView.ListViewOrientation |
JListView.orientation
orientation of list view |
Methods in org.salespointframework.desktop that return JListView.ListViewOrientation | |
---|---|
JListView.ListViewOrientation |
JListView.JListViewList.getListViewOrientation()
|
static JListView.ListViewOrientation |
JListView.ListViewOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JListView.ListViewOrientation[] |
JListView.ListViewOrientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.salespointframework.desktop with parameters of type JListView.ListViewOrientation | |
---|---|
JCatalogListView(Catalog c,
DataBasket db,
java.util.Comparator<CatalogItem> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
constructor |
|
JCatalogListView(Catalog c,
DataBasket db,
java.util.Comparator<CatalogItem> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaultCategory)
constructor |
|
JCountingStockListView(CountingStock<StockItem,CatalogItem> stock,
DataBasket db,
java.util.Comparator<CatalogItem> cmp,
boolean showZeros,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
default constructor |
|
JCountingStockListView(CountingStock<StockItem,CatalogItem> stock,
DataBasket db,
java.util.Comparator<CatalogItem> cmp,
boolean showZeros,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaultCategory)
default constructor |
|
JDataBasketListView(DataBasket db,
DataBasketCondition dbc,
java.util.Comparator<DataBasketEntry> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
default constructor |
|
JDataBasketListView(DataBasket db,
DataBasketCondition dbc,
java.util.Comparator<DataBasketEntry> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaultCategory,
DataBasketEntryGrouper dbeg)
default constructor |
|
JListView(javax.swing.ListModel model,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
constructor |
|
JStoringStockListView(Stock stock,
DataBasket db,
java.util.Comparator<StockItem> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
default constructor |
|
JStoringStockListView(Stock stock,
DataBasket db,
java.util.Comparator<StockItem> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaultCategory)
default constructor |
|
JUserListView(UserManager um,
java.util.Comparator<User> cmp,
UserFilter filter,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
constructor |
|
JUserListView(UserManager um,
java.util.Comparator<User> cmp,
UserFilter filter,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaulCategory)
constructor |
Uses of JListView.ListViewOrientation in org.salespointframework.desktop.formsheets |
---|
Fields in org.salespointframework.desktop.formsheets declared as JListView.ListViewOrientation | |
---|---|
protected JListView.ListViewOrientation |
DataExchangeFormSheet.ListViewDataExchangeOption.orientation
Orientation of Listview items |
Methods in org.salespointframework.desktop.formsheets that return JListView.ListViewOrientation | |
---|---|
JListView.ListViewOrientation |
DataExchangeFormSheet.ListViewDataExchangeOption.getOrientation()
|
Methods in org.salespointframework.desktop.formsheets with parameters of type JListView.ListViewOrientation | |
---|---|
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
Catalog c,
DataBasket db,
java.util.Comparator<CatalogItem> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
create an instance of ListViewFormSheet from a Catalog source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
Catalog c,
DataBasket db,
java.util.Comparator<CatalogItem> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaultCategory)
create an instance of ListViewFormSheet from a Catalog source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
CountingStock stock,
DataBasket db,
java.util.Comparator<CatalogItem> cmp,
boolean showZeros,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
create a new instance of ListViewFormSheet from a CountingStock source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
CountingStock stock,
DataBasket db,
java.util.Comparator<CatalogItem> cmp,
boolean showZeros,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaulCategory)
create a new instance of ListViewFormSheet from a CountingStock source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
DataBasket db,
DataBasketCondition dbc,
java.util.Comparator<DataBasketEntry> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
creates a new instance of ListViewFormSheet from a DataBasket source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
DataBasket db,
DataBasketCondition dbc,
java.util.Comparator<DataBasketEntry> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaulCategory,
DataBasketEntryGrouper dbeg)
creates a new instance of ListViewFormSheet from a DataBasket source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
StoringStock stock,
DataBasket db,
java.util.Comparator<StockItem> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
creates a new instance of ListViewFormSheet from a StoringStock source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
StoringStock stock,
DataBasket db,
java.util.Comparator<StockItem> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaultCategory)
creates a new instance of ListViewFormSheet from a StoringStock source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
UserManager um,
UserFilter filter,
java.util.Comparator<User> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
Creates a new instance of ListViewFormSheet from a UserManager source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
UserManager um,
UserFilter filter,
java.util.Comparator<User> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaulCategory)
Creates a new instance of ListViewFormSheet from a UserManager source |
void |
DataExchangeFormSheet.ListViewDataExchangeOption.setOrientation(JListView.ListViewOrientation orientation)
|
Constructors in org.salespointframework.desktop.formsheets with parameters of type JListView.ListViewOrientation | |
---|---|
DataExchangeFormSheet.ListViewDataExchangeOption(java.util.Comparator cmp,
boolean showZeros,
DataBasketCondition dbc,
boolean categorize,
Category defaultCategory,
DataBasketEntryGrouper dbeg,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
float minimumCellSize,
float maximumCellSize,
float initialCellSize,
float cellRatio,
int seperatorThickness,
boolean showSlider,
boolean showSearch)
constructor |
Uses of JListView.ListViewOrientation in org.salespointframework.desktop.renderer |
---|
Fields in org.salespointframework.desktop.renderer declared as JListView.ListViewOrientation | |
---|---|
JListView.ListViewOrientation |
AbstractListViewRenderer.RenderContext.orientation
orientation of owning list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |