public interface

Position

org.apache.myfaces.tobago.component.Position
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract Measure getLeft()
abstract Measure getTop()
abstract void setLeft(Measure left)
abstract void setTop(Measure top)

Public Methods

public abstract Measure getLeft ()

public abstract Measure getTop ()

public abstract void setLeft (Measure left)

public abstract void setTop (Measure top)