borland Packages  Class Hierarchy  internetbeans Package 

Feature class

java.lang.Object
   +----com.borland.internetbeans.Feature

About the Feature class

Variables  Properties  Methods  
Note: This package is a feature of JBuilder Professional and Enterprise.

Identifies the features that a particular component supports or requires. Because of way some components delegate, interfaces are not sufficient to identify these features.


Feature variables

Variables implemented in this class

Feature properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

Feature methods

Methods implemented in this class

Methods implemented in java.lang.Object


Feature variables

BOOLEAN_POST

  public static final int BOOLEAN_POST = 2
Component is not posted to if false

LINK

  public static final int LINK = 4
Contains a link; therefore may require URL rewriting

NONE

  public static final int NONE = 0
No special features

SUBMIT

  public static final int SUBMIT = 1
Component may be submitted.

Feature methods

isBooleanPost(int)

  public static final boolean isBooleanPost(int features)
Does the component require clearing if not posted to?

isLink(int)

  public static final boolean isLink(int features)
Does the component contain a link?

isSubmit(int)

  public static final boolean isSubmit(int features)
Can the component be submitted? If true, the component must also implement Submitable