org.apache.myfaces.tobago.component
Interface Position
- All Known Implementing Classes:
- org.apache.myfaces.tobago.internal.component.AbstractUIPopup, UIPopup
public interface Position
This interface indicates that the component has a position like e. g. UIPopup.
XXX Warning: It is to discussed, if this is a good solution.
getLeft
Measure getLeft()
setLeft
void setLeft(Measure left)
getTop
Measure getTop()
setTop
void setTop(Measure top)
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.