Servoy 5.x Public API

com.servoy.j2db.dataui
Interface IServoyAwareVisibilityBean

All Superinterfaces:
IDisplay, IServoyAwareBean

public interface IServoyAwareVisibilityBean
extends IServoyAwareBean

Implementing this interface instead of the IServoyAwareBean gives you an extra method that will be called when the visibility changes.

Since:
5.0

Method Summary
 void notifyVisible(boolean visible)
          Called when the visibility changes for this bean.
 
Methods inherited from interface com.servoy.j2db.dataui.IServoyAwareBean
initialize, setSelectedRecord
 
Methods inherited from interface com.servoy.j2db.dataprocessing.IDisplay
isEnabled, isReadOnly, setValidationEnabled, stopUIEditing
 

Method Detail

notifyVisible

void notifyVisible(boolean visible)
Called when the visibility changes for this bean.

Parameters:
visible -

Copyright © 2010 Servoy B.V.