All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IW.DepValid.Valids
java.lang.Object
|
+----IMSWG.IW.DepValid.Valids
- public class Valids
- extends Object
This class is to support the Valids.
validsList is a Vector of the compatible valids.
selectedList is a Vector of the selected valids.
-
Valids(Selection)
- Sets a local copy of Selection displaySelection.
-
clearSelected()
- Clears the selectedList by removing all elements from the selectedList
Vector.
-
fromChunk(Vector)
- Uses the response from the server to set the compatible valids in
validsList Vector.
-
getlist()
- Returns an array of String which is a copy of Vector validsList.
-
getSelected()
- Returns an array of String which is a copy of the Vector selectedList.
-
getSelectedVector()
- Returns a copy of the Vector selectedList.
-
setlist(String[])
- Sets the Vector validsList using an input array of String.
-
setlist(Vector)
- Sets the Vector validsList using the input Vector newValidsList.
-
setSelected(String[])
- Sets the Vector selectedList using the input array of
String newValidsList.
-
setSelected(Vector)
- Sets the Vector selectedList using the input Vector newSelectedList.
-
toODL()
- Creates an ODL object and returns a sequence string of selected valids
using the keyword "VALIDS".
Valids
public Valids(Selection displaySelection)
- Sets a local copy of Selection displaySelection.
Initializes the Vector validsList to "Valids not available yet".
setlist
public void setlist(String newValidsList[])
- Sets the Vector validsList using an input array of String.
setlist
public void setlist(Vector newValidsList)
- Sets the Vector validsList using the input Vector newValidsList.
getlist
public String[] getlist()
- Returns an array of String which is a copy of Vector validsList.
setSelected
public void setSelected(String newValidsList[])
- Sets the Vector selectedList using the input array of
String newValidsList.
setSelected
public void setSelected(Vector newSelectedList)
- Sets the Vector selectedList using the input Vector newSelectedList.
getSelected
public String[] getSelected()
- Returns an array of String which is a copy of the Vector selectedList.
getSelectedVector
public Vector getSelectedVector()
- Returns a copy of the Vector selectedList.
clearSelected
public void clearSelected()
- Clears the selectedList by removing all elements from the selectedList
Vector.
toODL
public ODL toODL()
- Creates an ODL object and returns a sequence string of selected valids
using the keyword "VALIDS".
fromChunk
public void fromChunk(Vector response)
- Uses the response from the server to set the compatible valids in
validsList Vector. It uses IU/RFC822 to return a Vector of valids.
All Packages Class Hierarchy This Package Previous Next Index