com.webobjects.smil
Class WOSMILHeadLayout
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
com.webobjects.smil.WOSMILElement
com.webobjects.smil.WOSMILHeadLayout
- All Implemented Interfaces:
- Cloneable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, WOActionResults
- public class WOSMILHeadLayout
- extends WOSMILElement
WOSMILHeadLayout creates content for a SMIL "layout
" element. The "layout
" element
belongs inside the SMIL document's "head
" element. Inside of the layout element, you
can add a root-layout element and zero or more region elements. Using "switch
" elements
multiple layout elements can be placed in a head element.
Binding | SMIL attribute |
---|
elementID | id |
type | type |
otherTagString | use this binding to add custom attributes |
- See Also:
WOSMILRootLayout
,
WOSMILRegion
,
WOSMILSwitch
,
Serialized Form
Method Summary |
void |
setType(String type)
Sets the value of the type binding. |
String |
type()
Returns the value of the type binding. |
Methods inherited from class com.webobjects.appserver.WOComponent |
appendToResponse, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, invokeAction, isCachingEnabled, isEventLoggingEnabled, isStateless, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, reset, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, sleep, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForKey, valueForKeyPath |
WOSMILHeadLayout
public WOSMILHeadLayout(WOContext context)
- Creates a WOSMILHeadLayout.
- Parameters:
context
- context this component is created with
setType
public void setType(String type)
- Sets the value of the
type
binding.
- Parameters:
type
- value for the type
binding
type
public String type()
- Returns the value of the
type
binding.
- Returns:
- the value of the
type
binding
Copyright © 2004 Apple Computer, Inc.