|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.win.swing.component.LyAbstractChoicePanelManager
public abstract class LyAbstractChoicePanelManager
Handles choice panel management.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyAbstractChoicePanelManager(java.awt.Container panel)
Class constructor of a choice panel manager. |
Method Summary | |
---|---|
java.awt.Dimension |
getMinimumSize()
Gets the minimum size of this component. |
java.awt.Dimension |
getPreferredSize()
Retreives the preferred size for this Panel. |
void |
setFill(LyChoiceBase.Fill fill)
Sets the filling policy of the choice panel container. |
void |
setMaxSpan(int maxSpan)
Sets the maximum number of objects on one line. -1 for auto. |
abstract java.awt.Dimension |
superGetPreferredSize()
Gets the preferred size of the choice panel parent. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyAbstractChoicePanelManager(java.awt.Container panel)
panel
- the choice panel componentMethod Detail |
---|
public void setMaxSpan(int maxSpan)
maxSpan
- the number of objects in the panelpublic void setFill(LyChoiceBase.Fill fill)
fill
- LyChoiceBase.FILL_HORIZONTAL or LyChoiceBase.FILL_VERTICALpublic abstract java.awt.Dimension superGetPreferredSize()
public java.awt.Dimension getPreferredSize()
public java.awt.Dimension getMinimumSize()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |