WebObjects 5.4

com.webobjects.eogeneration.rules
Class EOForm

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver.WOComponent
          extended by com.webobjects.directtoweb.D2WComponent
              extended by com.webobjects.eogeneration.rules.EORuleComponent
                  extended by com.webobjects.eogeneration.rules.EOController
                      extended by com.webobjects.eogeneration.rules.EOEntityController
                          extended by com.webobjects.eogeneration.rules.EOForm
All Implemented Interfaces:
WOActionResults, DTWGeneration, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, Cloneable

public class EOForm
extends EOEntityController

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.webobjects.appserver.WOComponent
WOComponent.Event
 
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility
 
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding
NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.MapImplementation, NSKeyValueCoding.Null<T>, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessor
 
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException
 
Field Summary
 
Fields inherited from class com.webobjects.directtoweb.D2WComponent
currentObjectKey
 
Fields inherited from class com.webobjects.appserver.WOComponent
MINUSONE
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions
KeyPathSeparator
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding
NullValue
 
Constructor Summary
EOForm(WOContext context)
           
 
Method Summary
 NSArray boxPropertyKeys()
           
 Integer column()
           
 NSArray columns()
           
 NSArray columnsPropertyKeys()
           
 NSArray fullWidthPropertyKeys()
           
 boolean hasBoxPropertyKeys()
           
 boolean hasColumnPropertyKeys()
           
 boolean hasFullWidthPropertyKeys()
           
 boolean hasHorizontalSplitPropertyKeys()
           
 boolean hasMultipleSubwindowAndInspectorPropertyKeys()
           
 boolean hasRowPropertyKeys()
           
 boolean hasSingleSubwindowOrInspectorPropertyKey()
           
 boolean hasSwitchPropertyKeys()
           
 boolean hasVerticalSplitPropertyKeys()
           
 NSArray horizontalSplitPropertyKeys()
           
 NSArray inspectorPropertyKeys()
           
 Integer layoutLevel()
           
 NSArray layoutLevels()
           
 int numberOfColumns()
           
 Integer numberOfSwitchPropertyKeys()
           
 Integer numberOne()
           
 NSArray propertyKeys()
           
 NSArray rowPropertyKeys()
           
 void setColumn(Integer column)
           
 void setLayoutLevel(Integer layoutLevel)
           
 NSArray singleColumnPropertyKeys()
           
 NSArray subwindowPropertyKeys()
           
 NSArray switchPropertyKeys()
           
 boolean useActionWidgetController()
           
 boolean useMultipleColumns()
           
 NSArray verticalSplitPropertyKeys()
           
 
Methods inherited from class com.webobjects.eogeneration.rules.EOEntityController
entityForSubcontrollers, entityHierarchy, entityHierarchyForSubcontrollers, generateSubcontrollers, isEntityInEntityHierarchy
 
Methods inherited from class com.webobjects.eogeneration.rules.EOController
noValue, numberOfEnumerationEntities, numberOfMainEntities
 
Methods inherited from class com.webobjects.eogeneration.rules.EORuleComponent
entityExists
 
Methods inherited from class com.webobjects.directtoweb.D2WComponent
allEntities, allowCollapsing, applicationPort, assistantPort, attribute, backgroundColorForHeaderRow, backgroundColorForPage, backgroundColorForTable, backgroundColorForTableDark, backgroundColorForTableLight, color, currentSettings, currentUrl, d2wContext, d2wContextVisibleEntityNamesCountPlus1, defaultRowspan, displayNameForKeyWhenRelationship, displayNameForProperty, displayPropertyKeys, dynamicPages, entity, entityName, formatter, generationReplacementFor, generationReplacementForCurrentObject, hasCustomKey, hasEntity, hasNoColor, homeClicked, homeHref, isEditing, isEntityReadOnly, isEntityReadOnly, isLiveAssistantEnabled, isNotBoldAsBoolean, isNotItalicAsBoolean, isPropertyAnAttribute, isWebAssistantActive, isWebAssistantConnected, isWebAssistantEnabled, keyForGenerationReplacementForVariableNamed, keyWhenRelationship, lastUrl, length, localContext, logout, object, objectPropertyValue, objectPropertyValueIsNonNull, pageTitle, property, propertyKey, propertyValueClassName, relationship, replacementAssociationForAssociation, resourcePathURL, sessionID, setCurrentSettings, setDynamicPages, setEntities, setEntity, setEntityName, setLocalContext, setObject, setPropertyKey, setResourcePathURL, setTask, setTasks, showBanner, showWebAssistant, submitActionName, target, task, tasks, visibleEntityNames
 
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, setCachingEnabled, setValueForBinding, sleep, synchronizesVariablesWithBindings, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForBooleanBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EOForm

public EOForm(WOContext context)
Method Detail

propertyKeys

public NSArray propertyKeys()
Overrides:
propertyKeys in class EOEntityController

layoutLevels

public NSArray layoutLevels()

setLayoutLevel

public void setLayoutLevel(Integer layoutLevel)

layoutLevel

public Integer layoutLevel()

columnsPropertyKeys

public NSArray columnsPropertyKeys()

rowPropertyKeys

public NSArray rowPropertyKeys()

fullWidthPropertyKeys

public NSArray fullWidthPropertyKeys()

boxPropertyKeys

public NSArray boxPropertyKeys()

switchPropertyKeys

public NSArray switchPropertyKeys()

verticalSplitPropertyKeys

public NSArray verticalSplitPropertyKeys()

horizontalSplitPropertyKeys

public NSArray horizontalSplitPropertyKeys()

subwindowPropertyKeys

public NSArray subwindowPropertyKeys()

inspectorPropertyKeys

public NSArray inspectorPropertyKeys()

hasColumnPropertyKeys

public boolean hasColumnPropertyKeys()

numberOfColumns

public int numberOfColumns()

useMultipleColumns

public boolean useMultipleColumns()

columns

public NSArray columns()

setColumn

public void setColumn(Integer column)

column

public Integer column()

singleColumnPropertyKeys

public NSArray singleColumnPropertyKeys()

hasRowPropertyKeys

public boolean hasRowPropertyKeys()

useActionWidgetController

public boolean useActionWidgetController()

hasFullWidthPropertyKeys

public boolean hasFullWidthPropertyKeys()

hasBoxPropertyKeys

public boolean hasBoxPropertyKeys()

hasSwitchPropertyKeys

public boolean hasSwitchPropertyKeys()

numberOfSwitchPropertyKeys

public Integer numberOfSwitchPropertyKeys()

hasVerticalSplitPropertyKeys

public boolean hasVerticalSplitPropertyKeys()

hasHorizontalSplitPropertyKeys

public boolean hasHorizontalSplitPropertyKeys()

numberOne

public Integer numberOne()

hasMultipleSubwindowAndInspectorPropertyKeys

public boolean hasMultipleSubwindowAndInspectorPropertyKeys()

hasSingleSubwindowOrInspectorPropertyKey

public boolean hasSingleSubwindowOrInspectorPropertyKey()

Last updated Tuesday, October 9, 2007 08:58 PDT

Copyright © 2000-2007 Apple Inc.