Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

D2WEditBoolean

Package:

Inherits from:EditComponent

See Also:
D2WCustomComponent

Class Description

This property-level component allows the user to edit a boolean stored as a number on the server. A "Yes" appears in the component as "1" and a "No" appears as "0".

Property-level components are not accessed programmatically. Instead, you use the Web Assistant to choose the property-level component that Direct to Web uses to display a property on a particular entity and task page. See the "Direct to Web" chapter of WebObjects Tools and Techniques for more information.

If you want to create property-level component to edit a property, use D2WCustomComponent.

Method Types


Constructors

Private Methods


Constructors


D2WEditBoolean

public D2WEditBoolean()

This method is intentionally undocumented. You should never have to invoke or customize it.
Methods


value

public Object value()

This method is intentionally undocumented. You should never have to invoke or customize it.