| Package | Description |
|---|---|
| com.interpss.dstab.controller.annotate | |
| com.interpss.dstab.controller.annotate.util |
| Modifier and Type | Method and Description |
|---|---|
AbstractChildAnnotateController.Direction |
AbstractChildAnnotateController.getInitDirection()
Get the init direciton
|
static AbstractChildAnnotateController.Direction |
AbstractChildAnnotateController.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractChildAnnotateController.Direction[] |
AbstractChildAnnotateController.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChildAnnotateController.setInitDirection(AbstractChildAnnotateController.Direction initDirection)
Set init diraction
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AnControllerHelper.assignInitOrderChildController(AbstractChildAnnotateController.Direction direction,
java.util.List<BaseFieldAnWrapper<? extends ICMLBlock>> fieldWrapperList)
assign inti order number to child controller
|