Uses of Class
de.mguennewig.pobjects.metadata.MapItem

Packages that use MapItem
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
de.mguennewig.pobjform This package contains the PObjForm library, which support Swing dialogs and HTML forms that use the metadata of the PObjects library. 
de.mguennewig.pobjform.html This package contains the HTML form interface of the PObjForm library. 
de.mguennewig.pobjform.swing This package contains the Swing dialog interface of the PObjForm library. 
 

Uses of MapItem in de.mguennewig.pobjects.metadata
 

Methods in de.mguennewig.pobjects.metadata that return types with arguments of type MapItem
 java.util.List<MapItem> TypeRef.getMap()
          Returns the list of mappings.
 java.util.List<MapItem> Type.getMap()
          Returns the list of mappings.
 java.util.List<MapItem> ScalarType.getMap()
          Returns the list of mappings.
 java.util.List<MapItem> FileType.getMap()
          Returns the list of mappings.
 

Methods in de.mguennewig.pobjects.metadata with parameters of type MapItem
 void TypeRef.addMap(MapItem item)
          Adds a mapping to this type.
 void Type.addMap(MapItem item)
          Adds a mapping to this type.
 void ScalarType.addMap(MapItem item)
          Adds a mapping to this type.
 void RefType.addMap(MapItem item)
          Adds a mapping to this type.
 void FileType.addMap(MapItem item)
          Adds a mapping to this type.
 void ClobType.addMap(MapItem item)
          Adds a mapping to this type.
 void BlobType.addMap(MapItem item)
          Adds a mapping to this type.
 int MapItem.compareTo(MapItem item)
          Compares two map items by its label.
 

Uses of MapItem in de.mguennewig.pobjform
 

Methods in de.mguennewig.pobjform that return MapItem
 MapItem[] StringElement.getRestrictTo()
          Returns the current allowed set of values.
 

Methods in de.mguennewig.pobjform with parameters of type MapItem
 void StringElement.setRestrictTo(MapItem[] restrictTo)
          Sets the set of allowed values.
 

Uses of MapItem in de.mguennewig.pobjform.html
 

Methods in de.mguennewig.pobjform.html that return MapItem
 MapItem[] HtmlStringElement.getRestrictTo()
           
 

Methods in de.mguennewig.pobjform.html with parameters of type MapItem
 void HtmlStringElement.setRestrictTo(MapItem[] restrictTo)
           
 

Uses of MapItem in de.mguennewig.pobjform.swing
 

Methods in de.mguennewig.pobjform.swing that return MapItem
 MapItem[] SwingStringElement.getRestrictTo()
           
 

Methods in de.mguennewig.pobjform.swing with parameters of type MapItem
 void SwingStringElement.setRestrictTo(MapItem[] restrictTo)