|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jaxfront.core.xui.ListInfo
public class ListInfo
Defines the style of the visual representation of a list type.
com.jaxfront.ui.FlipOrientationTableModel
Field Summary |
---|
Constructor Summary | |
---|---|
ListInfo()
|
|
ListInfo(Type xuiType,
Type schemaType)
Creates a AbstractListInfo for a xui type. |
Method Summary | |
---|---|
boolean |
allowReOrdering()
Returns true if it is allowed to move items around. |
boolean |
allowSorting()
Returns true if the table allows sorting of the row data. |
boolean |
canModifyList()
|
int |
getDefaultWidth()
Get the default width for table columns. |
java.lang.String |
getFilter()
|
java.lang.String |
getListItemIDPath()
|
java.lang.String |
getSelectionMode()
Returns the selection mode (single or multi [default]) |
java.lang.String |
getStartupSelection()
Returns the startup selection (none[default] first last) |
int |
getTableSize()
Returns the table size in pixel. |
boolean |
hasFilter()
|
boolean |
hideEditorPanel()
|
boolean |
isAutoCreateMaxOccurListItems()
Returns whether auto create of max list items is enabled. |
boolean |
isAutoCreateMinOccurListItems()
Returns whether auto create of min list items is enabled. |
boolean |
isSelectionOnly()
Indicates if this list is only intended for selection instead of edit items. |
boolean |
isShowingButtons()
Indicats if the button controls should be shown or not. |
boolean |
isShowingCopyButton()
Indicats if the button "copy" should be shown or not. |
boolean |
isShowingDeleteButton()
Indicats if the button "delete" should be shown or not. |
boolean |
isShowingEditButton()
Indicats if the button "edit" should be shown or not. |
boolean |
isShowingNewButton()
Indicats if the button "new" should be shown or not. |
boolean |
isUsingDefaultRendering()
Returns true if the columns/rows are rendered by default. |
boolean |
isUsingDeletionConfirmation()
Returns wether a deletion confirmation message will be shown or not. |
void |
setIsDefaultRendering(boolean defaultRendering)
Mark if this list will be displayed with default headers. |
boolean |
setIsSelectionOnly(boolean selectionOnly)
|
void |
setIsXUIControlled(boolean isControlled)
Mark if this list is controlled by a xui definition. |
boolean |
showSequenceNumbering()
Returns true if the sequence numbers gets displayed. |
boolean |
useZebraLook()
Returns true if the table uses a zebra look. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListInfo()
public ListInfo(Type xuiType, Type schemaType)
xuiType
- xuiType to create a list info fromMethod Detail |
---|
public boolean allowReOrdering()
public boolean allowSorting()
public boolean hasFilter()
public java.lang.String getFilter()
public int getDefaultWidth()
public java.lang.String getSelectionMode()
public java.lang.String getStartupSelection()
public java.lang.String getListItemIDPath()
public int getTableSize()
public boolean isSelectionOnly()
public boolean setIsSelectionOnly(boolean selectionOnly)
public boolean isUsingDefaultRendering()
public void setIsDefaultRendering(boolean defaultRendering)
defaultRendering
- use default header renderingpublic void setIsXUIControlled(boolean isControlled)
isControlled
- mark if it is controlled by xuipublic boolean showSequenceNumbering()
public boolean hideEditorPanel()
public boolean useZebraLook()
public boolean isShowingButtons()
public boolean isShowingNewButton()
public boolean isShowingCopyButton()
public boolean isShowingDeleteButton()
public boolean isShowingEditButton()
public boolean isUsingDeletionConfirmation()
public boolean isAutoCreateMinOccurListItems()
public boolean isAutoCreateMaxOccurListItems()
public boolean canModifyList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |