borland Packages Class Hierarchy internetbeans Package
java.lang.Object +----com.borland.internetbeans.Feature
Variables Properties Methods
Identifies the features that a particular component supports or requires. Because of way some components delegate, interfaces are not sufficient to identify these features.
public static final int BOOLEAN_POST = 2Component is not posted to if false
public static final int LINK = 4Contains a link; therefore may require URL rewriting
public static final int NONE = 0No special features
public static final int SUBMIT = 1Component may be submitted.
public static final boolean isBooleanPost(int features)Does the component require clearing if not posted to?
public static final boolean isLink(int features)Does the component contain a link?
public static final boolean isSubmit(int features)Can the component be submitted? If true, the component must also implement
Submitable