|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.noos.xing.mydoggy.MultiSplitConstraint
public class MultiSplitConstraint
This class is used to give instructions to the MultiSplitContentManagerUI on how to add a content to the ui.
| Constructor Summary | |
|---|---|
MultiSplitConstraint(AggregationPosition onPosition)
This tells to aggregate on the aggregationPosition position |
|
MultiSplitConstraint(Content onContent)
This tells to aggregate on the aggregationContent |
|
MultiSplitConstraint(Content onContent,
AggregationPosition onPosition)
This tells to aggregate on the aggregationContent on the
aggregationPosition position |
|
MultiSplitConstraint(Content onContent,
int onIndex)
This tells to aggregate on the aggregationContent on the
aggregationIndexLocation location. |
|
MultiSplitConstraint(Content onContent,
int onIndex,
AggregationPosition onPosition)
This tells to aggregate on the aggregationContent on the
aggregationPosition position on the
aggregationIndexLocation location. |
|
| Method Summary | |
|---|---|
Content |
getOnContent()
|
int |
getOnIndex()
|
AggregationPosition |
getOnPosition()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiSplitConstraint(Content onContent)
aggregationContent
onContent - aggregate on this contentpublic MultiSplitConstraint(AggregationPosition onPosition)
aggregationPosition position
onPosition - aggregate using this position.
public MultiSplitConstraint(Content onContent,
AggregationPosition onPosition)
aggregationContent on the
aggregationPosition position
onContent - aggregate on this contentonPosition - using this position
public MultiSplitConstraint(Content onContent,
int onIndex)
aggregationContent on the
aggregationIndexLocation location.
onContent - aggregate on this contentonIndex - using this location
public MultiSplitConstraint(Content onContent,
int onIndex,
AggregationPosition onPosition)
aggregationContent on the
aggregationPosition position on the
aggregationIndexLocation location.
onContent - aggregate on this contentonPosition - using this positiononIndex - using this location| Method Detail |
|---|
public Content getOnContent()
public int getOnIndex()
public AggregationPosition getOnPosition()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||