net.sf.jzeno.echo.databinding
Interface AllwaysRebind

All Known Implementing Classes:
DynaButton, DynaLabel, DynaLink, DynaSaveButton, ReRunButton, StopButton, StringViewer, TimeViewer, ViewStackTraceButton

public interface AllwaysRebind

Tagging interface for components that should not be traced, but rather allways rebind. This is faster for read-only components. For example a label component could implement this and in it's rebind() operation allways set it's text property.