Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.webobjects.woextensions
Class WOCollapsibleComponentContent  view WOCollapsibleComponentContent download WOCollapsibleComponentContent.java

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.WOCollapsibleComponentContent

public class WOCollapsibleComponentContent
extends WOComponent


Field Summary
protected  int _anchor
           
protected  java.lang.String _closedImageFileName
           
protected static int _counter
           
protected  java.lang.String _framework
           
protected  boolean _isFrameworkSet
           
protected  boolean _isVisible
           
protected  boolean _isVisibleSet
           
protected  java.lang.String _openedImageFileName
           
protected  java.lang.String _submitActionName
           
protected static java.lang.String _undefinedMarker
           
 
Constructor Summary
WOCollapsibleComponentContent(WOContext aContext)
           
 
Method Summary
 java.lang.String anchor()
           
 java.lang.String closedImageFileName()
           
 java.lang.String currentArrowImageName()
           
 java.lang.String framework()
           
 boolean hasSubmitAction()
           
 java.lang.String helpString()
           
 boolean isVisible()
           
 java.lang.String label()
           
 java.lang.String openedImageFileName()
           
 java.lang.String submitActionName()
           
 boolean synchronizesVariablesWithBindings()
           
 WOComponent toggleVisibilityClicked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_isVisible

protected boolean _isVisible

_isVisibleSet

protected boolean _isVisibleSet

_openedImageFileName

protected java.lang.String _openedImageFileName

_closedImageFileName

protected java.lang.String _closedImageFileName

_submitActionName

protected java.lang.String _submitActionName

_framework

protected java.lang.String _framework

_isFrameworkSet

protected boolean _isFrameworkSet

_anchor

protected int _anchor

_undefinedMarker

protected static java.lang.String _undefinedMarker

_counter

protected static int _counter
Constructor Detail

WOCollapsibleComponentContent

public WOCollapsibleComponentContent(WOContext aContext)
Method Detail

synchronizesVariablesWithBindings

public boolean synchronizesVariablesWithBindings()

isVisible

public boolean isVisible()

toggleVisibilityClicked

public WOComponent toggleVisibilityClicked()

openedImageFileName

public java.lang.String openedImageFileName()

closedImageFileName

public java.lang.String closedImageFileName()

currentArrowImageName

public java.lang.String currentArrowImageName()

label

public java.lang.String label()

helpString

public java.lang.String helpString()

framework

public java.lang.String framework()

submitActionName

public java.lang.String submitActionName()

hasSubmitAction

public boolean hasSubmitAction()

anchor

public java.lang.String anchor()