Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWPopUpButton.h
Availability: OpenStep
Bindings list Array of objects that the dynamic
element iterate through. index On each iteration the
element put the current index in this binding item On
each iteration the element take the item at the current
index and put it in this binding displayString String
to display for each item. value Value for each OPTION tag
selection Selected object (used to pre-select item
and modified to reflect user choice) It contains object
from list, not value binding evaluated one !
selectedValue Pre selected value (not object !)
selectionValue Selected value (used to
pre-select item and modified to reflect user
choice) It contains object from list, not value
binding evaluated one ! name Name of the element in
the form (should be unique). If not specified, GSWeb
assign one. disabled If evaluated to yes, the check
box appear inactivated. escapeHTML If evaluated to yes,
escape displayString noSelectionString If binded,
displayed as the first item. If selected,
considered as an empty selection (selection is set
to nil, selectionValue too)
GSWPopUpButton declares 7 Instance Variables
Instance Variables for GSWPopUpButton Class
@protected GSWAssociation*
_item;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected GSWAssociation*
_list;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL
_loggedSlow;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected GSWAssociation*
_noSelectionString;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected GSWAssociation*
_selectedValue;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected GSWAssociation*
_selection;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected GSWAssociation*
_string;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up