Uses of Interface
com.jaxfront.core.type.ListType

Packages that use ListType
com.jaxfront.core.dom   
com.jaxfront.core.schema   
com.jaxfront.core.schema.impl   
com.jaxfront.core.type   
com.jaxfront.core.ui   
com.jaxfront.core.ui.tableModel   
com.jaxfront.core.util.io.cvsexport   
com.jaxfront.core.util.undo   
com.jaxfront.core.xpath   
com.jaxfront.core.xui   
 

Uses of ListType in com.jaxfront.core.dom
 

Methods in com.jaxfront.core.dom with parameters of type ListType
static boolean DOMHelper.containsValue(ListType list, java.lang.String value)
           
static DOMChangeEvent DOMChangeEvent.DOM_SORTED(ListType listType, int[] indexes)
          Factory method for creating a DOMChangeEvent
 java.lang.String[] DOMHelper.getDisplayValues(ListType aList)
           
static int[] DOMHelper.getIntValues(ListType list)
           
static java.lang.String[] DOMHelper.getValues(ListType list)
           
static java.util.Hashtable DOMHelper.toHashtable(ListType list, java.lang.String keyName, java.lang.String valName)
           
static java.lang.String DOMHelper.toString(ListType aMappingTargetType, java.lang.String delim)
           
 

Uses of ListType in com.jaxfront.core.schema
 

Methods in com.jaxfront.core.schema with parameters of type ListType
static ValidationException ValidationException.createCardinalityException(ListType type)
          Factory method to create a cardinality violation exception.
 

Uses of ListType in com.jaxfront.core.schema.impl
 

Methods in com.jaxfront.core.schema.impl that return ListType
 ListType KeyContainer.getHolderList()
           
 

Uses of ListType in com.jaxfront.core.type
 

Classes in com.jaxfront.core.type that implement ListType
 class AbstractListType
          This class represents an abstract list type.
 class ComplexGroupList
          This class represents a ComplexGroupList which is JAXFront type.
 class EditingType
           
 class SimpleGroupList
          This class represents a SimpleGroupList which is JAXFront type.
 class SimpleTypeList
          This class represents a SimpleTypeList which is JAXFront type.
 

Methods in com.jaxfront.core.type that return ListType
 ListType SimpleType.evaluateKeyHolderList()
           
 ListType ISimpleType.evaluateKeyHolderList()
           
 ListType EditingType.evaluateKeyHolderList()
           
static ListType TypePathExecuter.getIndexedComponentListType(Type rootType, java.lang.String xpath)
          Returns the JAXFront ListType based on a indexed xpath. e.q.
 ListType AbstractType.getLastParentList()
           
 ListType AbstractType.getLastParentList(ListType listType)
           
 ListType VirtualType.getParentList()
          Gets the parent list type of the current type.
 ListType Type.getParentList()
          Gets the parent list type of the current type.
 ListType EditingType.getParentList()
           
 ListType AbstractType.getParentList()
          Gets the parent list type of the current type.
 

Methods in com.jaxfront.core.type with parameters of type ListType
 ListType AbstractType.getLastParentList(ListType listType)
           
 Type AbstractType.getParentEditingTypeClone(ListType parentList, Type choiceType)
           
 

Constructors in com.jaxfront.core.type with parameters of type ListType
ListModificationException(int operation, Type listItem, ListType list, java.lang.String message)
           
ListModificationException(int operation, Type listItem, ListType list, java.lang.Throwable cause)
           
 

Uses of ListType in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui that return ListType
 ListType ListVisualizer.getListModel()
           
 ListType FlipOrientationTableModel.getListType()
          Returns the holding list type.
 

Methods in com.jaxfront.core.ui with parameters of type ListType
static RowHeaderLabellingStrategy RowHeaderLabellingStrategy.create(java.lang.String strategyName, ListType model)
          Factory method to create a labelling strategy via qualified class name
 void TypeVisualizerFactory.releaseCache(ListType list, Type context, boolean removePropertyChangeListener, boolean removeAllForType)
           
 

Constructors in com.jaxfront.core.ui with parameters of type ListType
FlipOrientationTableModel(ListType listType)
          Constructor from a complex group list Extracts table info from the complex group list' XU definition OR if that is not defined, creates the table info by looking for SimpleTypes and SimpleTypeLists in the ComplexGroupList
 

Uses of ListType in com.jaxfront.core.ui.tableModel
 

Methods in com.jaxfront.core.ui.tableModel that return ListType
 ListType ListTypeTableModel.getListType()
          Returns the holding list type.
 

Constructors in com.jaxfront.core.ui.tableModel with parameters of type ListType
FlippableListTypeTableModel(ListType listType)
           
ListTypeTableModel(ListType listType)
          Constructor from a complex group list Extracts table info from the complex group list' XU definition OR if that is not defined, creates the table info by looking for SimpleTypes and SimpleTypeLists in the ComplexGroupList
 

Uses of ListType in com.jaxfront.core.util.io.cvsexport
 

Methods in com.jaxfront.core.util.io.cvsexport with parameters of type ListType
static void CSVDocumentExporter.getFlatten(ListType aType, java.util.Vector result)
           
static void CSVDocumentExporter.getFlattenHeaders(ListType aType, java.util.Map<java.lang.String,java.lang.String> result)
           
static void CSVDocumentExporter.getFlattenHeaders(ListType aType, java.util.Vector result)
           
 

Uses of ListType in com.jaxfront.core.util.undo
 

Methods in com.jaxfront.core.util.undo with parameters of type ListType
 void JAXFrontUndoManager.addListChangeEditEvent(java.lang.Object eventSource, ListType target, Type listItem, int index, short action)
           
 void JAXFrontUndoManager.addListItemMovedEvent(java.lang.Object eventSource, ListType target, int from, int to)
           
 void JAXFrontUndoManager.addListSortEvent(java.lang.Object eventSource, ListType target, int direction, int inverseDirection, java.lang.String actionName)
           
 

Constructors in com.jaxfront.core.util.undo with parameters of type ListType
ListMoveUndoableEditWrapper(JAXFrontUndoManager manager, java.lang.Object eventSource, ListType target, int fromIndex, int toIndex)
           
ListSortUndoableEditWrapper(JAXFrontUndoManager manager, java.lang.Object eventSource, ListType target, int direction, int inverseDirection, java.lang.String action)
           
ListUndoableEditWrapper(JAXFrontUndoManager manager, java.lang.Object eventSource, ListType target, Type listItem, int index, short action)
           
 

Uses of ListType in com.jaxfront.core.xpath
 

Classes in com.jaxfront.core.xpath that implement ListType
 class XPathDummyChoiceTypeWrapper
           
 

Methods in com.jaxfront.core.xpath that return ListType
 ListType XPathDummyChoiceTypeWrapper.getParentList()
           
 

Uses of ListType in com.jaxfront.core.xui
 

Methods in com.jaxfront.core.xui with parameters of type ListType
 void TableInfo.createDefaultLineInfos(ListType listType)
           
 void NLS.moveAllListEntryNLS(ListType list, java.lang.String context, int from, int to)
           
 void TableInfo.updateLineInfos(ListType listType)
           
 

Constructors in com.jaxfront.core.xui with parameters of type ListType
TableInfo(ListType listType)