Export widget onLoadListener
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -525,8 +525,16 @@ public interface Widget
|
||||
*/
|
||||
void revalidateScroll();
|
||||
|
||||
/**
|
||||
* Array of widget key listeners
|
||||
*/
|
||||
Object[] getOnKeyListener();
|
||||
|
||||
/**
|
||||
* Array of widget load listeners
|
||||
*/
|
||||
Object[] getOnLoadListener();
|
||||
|
||||
/**
|
||||
* Returns the archive id of the font used
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user