org.primefaces.extensions.component.base
Interface Attachable

All Known Subinterfaces:
EnhancedAttachable
All Known Implementing Classes:
ImageAreaSelect, ImageRotateAndResize, KeyFilter, Tooltip, Waypoint

public interface Attachable

Interface for components which can be attached to other components.

Since:
0.2
Version:
$Revision$
Author:
Thomas Andraschko / last modified by $Author$

Method Summary
 java.lang.String getFor()
           
 void setFor(java.lang.String forValue)
           
 

Method Detail

getFor

java.lang.String getFor()

setFor

void setFor(java.lang.String forValue)


Copyright © 2011-2013. All Rights Reserved.