com.tonbeller.jpivot.ui
Interface Available

All Known Subinterfaces:
AxisBuilder, CellBuilder, ColumnAxisBuilder, CornerBuilder, PartBuilder, PropertyConfig, RowAxisBuilder, SlicerBuilder, SpanBuilder, TableComponentExtension
All Known Implementing Classes:
AxisBuilderSupport, AxisStyleUI, CellBuilderDecorator, CellBuilderImpl, ColumnAxisBuilderImpl, CornerBuilderDecorator, CornerBuilderImpl, DrillExpandMemberUI, DrillExpandPositionUI, DrillExpandUI, DrillReplaceUI, DrillThroughUI, ExcelCellBuilderDecorator, ExcelTableExtension, HierarchyNavigator, MdxQueryUI, MemberNavigator, Navigator, NonEmptyUI, PartBuilderDecorator, PartBuilderSupport, PropertySpanBuilder, ResetQueryUI, RowAxisBuilderImpl, SlicerBuilderDecorator, SlicerBuilderImpl, SortRankUI, SpanBuilderDecorator, SpanBuilderImpl, StaticClickableMember, SwapAxesUI, TableComponentExtensionSupport

public interface Available

Indicates that the component may not be available in all situations. An UI component may be not available, if the underlying OLAP server does not support certain features (Extension's in JPivot).

For example, if the OLAP model does not support sorting, the UI UI component for sorting would return false.

Since:
08.04.2005
Author:
av
See Also:
Extension

Method Summary
 boolean isAvailable()
          return true, if this component currently can be used
 

Method Detail

isAvailable

boolean isAvailable()
return true, if this component currently can be used