org.noos.xing.mydoggy
Class MultiSplitConstraint

java.lang.Object
  extended by org.noos.xing.mydoggy.MultiSplitConstraint

public class MultiSplitConstraint
extends Object

This class is used to give instructions to the MultiSplitContentManagerUI on how to add a content to the ui.

Since:
1.4.0
Author:
Angelo De Caro (angelo.decaro@gmail.com)

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

MultiSplitConstraint

public MultiSplitConstraint(Content onContent)
This tells to aggregate on the aggregationContent

Parameters:
onContent - aggregate on this content
Since:
1.4.0

MultiSplitConstraint

public MultiSplitConstraint(AggregationPosition onPosition)
This tells to aggregate on the aggregationPosition position

Parameters:
onPosition - aggregate using this position.
Since:
1.4.0

MultiSplitConstraint

public MultiSplitConstraint(Content onContent,
                            AggregationPosition onPosition)
This tells to aggregate on the aggregationContent on the aggregationPosition position

Parameters:
onContent - aggregate on this content
onPosition - using this position
Since:
1.4.0

MultiSplitConstraint

public MultiSplitConstraint(Content onContent,
                            int onIndex)
This tells to aggregate on the aggregationContent on the aggregationIndexLocation location.

Parameters:
onContent - aggregate on this content
onIndex - using this location
Since:
1.4.0

MultiSplitConstraint

public MultiSplitConstraint(Content onContent,
                            int onIndex,
                            AggregationPosition onPosition)
This tells to aggregate on the aggregationContent on the aggregationPosition position on the aggregationIndexLocation location.

Parameters:
onContent - aggregate on this content
onPosition - using this position
onIndex - using this location
Since:
1.5.0
Method Detail

getOnContent

public Content getOnContent()

getOnIndex

public int getOnIndex()

getOnPosition

public AggregationPosition getOnPosition()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.