|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Block.Direction | |
|---|---|
| net.sf.jett.model | Provides value objects for JETT processing and enumerated objects for things like style values. |
| net.sf.jett.tag | Provides Tag functionality, including the Tag interface and
all built-in tag classes, plus the TagLibrary interface and
TagLibraryRegistry classes for custom tag creation and
registration. |
| Uses of Block.Direction in net.sf.jett.model |
|---|
| Methods in net.sf.jett.model that return Block.Direction | |
|---|---|
Block.Direction |
Block.getDirection()
Returns the specific Direction of this Block. |
static Block.Direction |
Block.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Block.Direction[] |
Block.Direction.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in net.sf.jett.model with parameters of type Block.Direction | |
|---|---|
void |
Block.setDirection(Block.Direction dir)
Sets the specific Direction of this Block. |
| Uses of Block.Direction in net.sf.jett.tag |
|---|
| Methods in net.sf.jett.tag with parameters of type Block.Direction | |
|---|---|
void |
BaseLoopTag.setGroupDirection(Block.Direction direction)
Sets the directionality of the Excel Group to be created, if any. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||