|
||||||||||
| 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 aggregationPosition)
This tells to aggregate on the aggregationPosition position |
|
MultiSplitConstraint(Content aggregationContent)
This tells to aggregate on the aggregationContent |
|
MultiSplitConstraint(Content aggregationContent,
AggregationPosition aggregationPosition)
This tells to aggregate on the aggregationContent on the
aggregationPosition position |
|
MultiSplitConstraint(Content aggregationContent,
int aggregationIndexLocation)
This tells to aggregate on the aggregationContent on the
aggregationIndexLocation location. |
|
| Method Summary | |
|---|---|
Content |
getAggregationContent()
|
int |
getAggregationIndexLocation()
|
AggregationPosition |
getAggregationPosition()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiSplitConstraint(Content aggregationContent)
aggregationContent
aggregationContent - aggregate on this contentpublic MultiSplitConstraint(AggregationPosition aggregationPosition)
aggregationPosition position
aggregationPosition - aggregate using this position.
public MultiSplitConstraint(Content aggregationContent,
AggregationPosition aggregationPosition)
aggregationContent on the
aggregationPosition position
aggregationContent - aggregate on this contentaggregationPosition - using this position
public MultiSplitConstraint(Content aggregationContent,
int aggregationIndexLocation)
aggregationContent on the
aggregationIndexLocation location.
aggregationContent - aggregate on this contentaggregationIndexLocation - using this location| Method Detail |
|---|
public Content getAggregationContent()
public int getAggregationIndexLocation()
public AggregationPosition getAggregationPosition()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||