telosys.functions
Interface Image


public interface Image

Set of functions for Image operations


Method Summary
 void fwkClearImage(object obj)
          Clears (erases) the given image widget
( hides the image )
 void fwkClearImage(string id)
          Clears (erases) the image associated with the given id
( hides the image )
 void fwkRefreshImage(object obj)
          Refreshes the given image widget
Reloads the image from the server using its "src" attribute
 void fwkRefreshImage(string id)
          Refreshes the image associated with the given id
Reloads the image from the server using its "src" attribute
 

Method Detail

fwkRefreshImage

public void fwkRefreshImage(string id)
Refreshes the image associated with the given id
Reloads the image from the server using its "src" attribute

Parameters:
id - the widget id

fwkRefreshImage

public void fwkRefreshImage(object obj)
Refreshes the given image widget
Reloads the image from the server using its "src" attribute

Parameters:
obj - the image reference

fwkClearImage

public void fwkClearImage(string id)
Clears (erases) the image associated with the given id
( hides the image )

Parameters:
id - the widget id

fwkClearImage

public void fwkClearImage(object obj)
Clears (erases) the given image widget
( hides the image )

Parameters:
obj - the image reference