com.ibm.workplace.wcm.api
Interface ChildPosition


public interface ChildPosition


Field Summary
static int AFTER
          Child position constant indicating the item will be placed after a given sibling.
static int BEFORE
          Child position constant indicating the item will be placed before a given sibling.
static int END
          Child position constant indicating the item will be placed at the end of the index.
static int START
          Child position constant indicating the item will be placed at the start of the index.
 

Field Detail

START

static final int START
Child position constant indicating the item will be placed at the start of the index.

See Also:
Constant Field Values

END

static final int END
Child position constant indicating the item will be placed at the end of the index.

See Also:
Constant Field Values

BEFORE

static final int BEFORE
Child position constant indicating the item will be placed before a given sibling.

See Also:
Constant Field Values

AFTER

static final int AFTER
Child position constant indicating the item will be placed after a given sibling.

See Also:
Constant Field Values