WebStatusWinclasswebui.t[2575]

Status line window

class WebStatusWin :   WebWindow

Superclass Tree   (in declaration order)

WebStatusWin
        WebWindow
                WebResourceResFile
                        WebResource
                                object

Subclass Tree  

(none)

Global Objects  

statuslineBanner 

Summary of Properties  

deltas_  src  txt_  vpath 

Inherited from WebWindow :
name  pathName  sthCtx 

Inherited from WebResourceResFile :
binaryExts  browserExtToMime 

Inherited from WebResource :
group  priority 

Summary of Methods  

clearWindow  flushWin  getState  resize  setStatus  setStatusText  write 

Inherited from WebWindow :
processName  sendWinEvent  sendWinEventTo  winFromPath 

Inherited from WebResourceResFile :
isTextFile  matchRequest  processRequest 

Inherited from WebResource :
sendAck  sendXML 

Properties  

deltas_webui.t[2684]

do we have any deltas since the last flush?

srcOVERRIDDENwebui.t[2578]
no description available

txt_webui.t[2687]
the current status message

vpathOVERRIDDENwebui.t[2577]
my request path and actual resource path

Methods  

clearWindow ( )OVERRIDDENwebui.t[2644]

clear the window

flushWin ( )OVERRIDDENwebui.t[2650]
flush pending text to the window

getState (client)OVERRIDDENwebui.t[2678]
get the current state to send to the browser

resize ( )webui.t[2675]
Refigure the window size. The status line is generally set up to be automatically sized to its contents, which requires that we tell the UI when it's time to recalculate the layout to reflect the current contents after a change.

setStatus (room, score?, turns?)webui.t[2589]
Set the room and score/turns portions of the status line. This sets the left side of the status line to the 'room' text (which can contain HTML markups), and the right side to the the score/turns values, if present. If the turn counter is omitted but the score value is present, we'll just show the score value; otherwise we'll format these as "score/turns". If no score value is present, we'll leave the right side blank.

setStatusText (msg)webui.t[2620]
Set the text of the status line. This sets the entire status window to the given HTML text, without any additional formatting.

write (msg)OVERRIDDENwebui.t[2634]
add text to the status line

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3