Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
- David Wetzel (
dave@turbocat.de)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWBrowser.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 check box. value Value for each OPTION
tag selections Array of selected objects (used to
pre-select items and modified to reflect user
choices) It contains objects from list, not value
binding evaluated ones ! selectedValues Array of pre
selected values (not objects !) 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 size show
'size' iems at one time. Default=5. Must be > 1
multiple multiple selection allowed
GSWBrowser declares 8 Instance Variables
Instance Variables for GSWBrowser Class
@protected GSWAssociation*
_displayString;
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*
_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*
_multiple;
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*
_selectedValues;
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*
_selections;
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*
_size;
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