|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.modules.inspection.gui.InspectionSelectionTab
public class InspectionSelectionTab
A Inspection Selection Gui Tab for the InspectionPlannerForm. Displays all fields available in the passed kit's schema, and allows users to select values to search for. On button click, sets the current tab to the stored nextTab value. The selected inspections are stored in the parent planner form's Naming variable under the key "selectedInspections".
Copyright 2008 Partner Software, Inc.
| Constructor Summary | |
|---|---|
InspectionSelectionTab(InspectionPlannerForm parent,
InspectionKit kit,
InspectionStore store,
java.lang.String nextTab,
java.lang.String tabName)
Creates a new InspectionSelectionTab object. |
|
InspectionSelectionTab(InspectionPlannerForm parent,
InspectionKit kit,
InspectionStore store,
java.lang.String nextTab,
java.lang.String tabName,
java.util.List<java.lang.String> operators)
Creates a new InspectionSelectionTab object. |
|
InspectionSelectionTab(InspectionPlannerForm parent,
InspectionKit kit,
InspectionStore store,
java.lang.String nextTab,
java.lang.String tabName,
java.util.List<java.lang.String> operators,
java.lang.String defaultPicklist)
Creates a new InspectionSelectionTab object. |
|
InspectionSelectionTab(InspectionPlannerForm parent,
InspectionKit kit,
InspectionStore store,
java.lang.String nextTab,
java.lang.String tabName,
java.util.List<java.lang.String> operators,
java.lang.String defaultPicklist,
java.lang.String clearPicklistOn,
java.lang.String setPicklistTo)
Creates a new InspectionSelectionTab object. |
|
InspectionSelectionTab(InspectionPlannerForm parent,
InspectionKit kit,
java.lang.String nextTab,
java.lang.String tabName)
Creates a new InspectionSelectionTab object. |
|
| Method Summary | |
|---|---|
void |
fireButton()
|
java.lang.String |
getCardName()
|
com.partnersoft.gui.GUIForm |
getGuiForm()
|
protected InspectionKit |
getKit()
|
java.lang.String |
getNextCardName()
|
protected InspectionPlannerForm |
getParent()
|
protected InspectionStore |
getStore()
|
void |
preVisibleSetup()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InspectionSelectionTab(InspectionPlannerForm parent,
InspectionKit kit,
java.lang.String nextTab,
java.lang.String tabName)
parent - - InspectionPlannerForm this is added to.kit - - InspectionKit for the desired Inspection Typestore - - The InspectionStore to query for inspections.nextTab - - String card name of tab to set parent to after button click.tabName - - This tab's card name.
public InspectionSelectionTab(InspectionPlannerForm parent,
InspectionKit kit,
InspectionStore store,
java.lang.String nextTab,
java.lang.String tabName)
parent - - InspectionPlannerForm this is added to.kit - - InspectionKit for the desired Inspection Typestore - - The InspectionStore to query for inspections.nextTab - - String card name of tab to set parent to after button click.tabName - - This tab's card name.
public InspectionSelectionTab(InspectionPlannerForm parent,
InspectionKit kit,
InspectionStore store,
java.lang.String nextTab,
java.lang.String tabName,
java.util.List<java.lang.String> operators)
parent - - InspectionPlannerForm this is added to.kit - - InspectionKit for the desired Inspection Typestore - - The InspectionStore to query for inspections.nextTab - - String card name of tab to set parent to after button click.tabName - - This tab's card name.operators - - List
public InspectionSelectionTab(InspectionPlannerForm parent,
InspectionKit kit,
InspectionStore store,
java.lang.String nextTab,
java.lang.String tabName,
java.util.List<java.lang.String> operators,
java.lang.String defaultPicklist)
parent - - InspectionPlannerForm this is added to.kit - - InspectionKit for the desired Inspection Typestore - - The InspectionStore to query for inspections.nextTab - - String card name of tab to set parent to after button click.tabName - - This tab's card name.operators - - ListdefaultPicklist - - Starting value to set each picklist to.
public InspectionSelectionTab(InspectionPlannerForm parent,
InspectionKit kit,
InspectionStore store,
java.lang.String nextTab,
java.lang.String tabName,
java.util.List<java.lang.String> operators,
java.lang.String defaultPicklist,
java.lang.String clearPicklistOn,
java.lang.String setPicklistTo)
parent - - InspectionPlannerForm this is added to.kit - - InspectionKit for the desired Inspection Typestore - - The InspectionStore to query for inspections.nextTab - - String card name of tab to set parent to after button click.tabName - - This tab's card name.operators - - ListdefaultPicklist - - Starting value to set each picklist to.clearPicklistOn - - Value to clear GUI field associated with picklist on when picklist is set to it.setPicklistTo - - Value to set picklist to when associated GUI field gains focus.| Method Detail |
|---|
public java.lang.String getCardName()
getCardName in interface InspectionPlannerTabpublic com.partnersoft.gui.GUIForm getGuiForm()
getGuiForm in interface InspectionPlannerTabpublic void preVisibleSetup()
preVisibleSetup in interface InspectionPlannerTabpublic void fireButton()
fireButton in interface InspectionPlannerTabpublic java.lang.String getNextCardName()
getNextCardName in interface InspectionPlannerTabprotected InspectionKit getKit()
protected InspectionPlannerForm getParent()
protected InspectionStore getStore()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||