Up

GSWeb: Class GSWCollapsibleComponentContent

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.8

Date: 2004/09/01 13:44:01

Copyright: (C) 1999-2004 Free Software Foundation, Inc.

Software documentation for the GSWCollapsibleComponentContent class

GSWCollapsibleComponentContent : GSWComponent

Declared in:
Foundation/GSWCollapsibleComponentContent.h
Standards:

Description forthcoming.


Instance Variables

Method summary

helpString 

- (NSString*) helpString;

Description forthcoming.


imageFileName 

- (NSString*) imageFileName;

Description forthcoming.


label 

- (id) label;

Description forthcoming.


toggleVisibilityAction 

- (GSWComponent*) toggleVisibilityAction;

Description forthcoming.




Instance Variables for GSWCollapsibleComponentContent Class

_closedHelpString

@protected NSString* _closedHelpString;

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.


_closedImageFileName

@protected NSString* _closedImageFileName;

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.


_isVisible

@protected BOOL _isVisible;

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.


_isVisibleConditionPassed

@protected BOOL _isVisibleConditionPassed;

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.


_openedHelpString

@protected NSString* _openedHelpString;

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.


_openedImageFileName

@protected NSString* _openedImageFileName;

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.


_tmpAnchorName

@protected NSString* _tmpAnchorName;

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