eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'URITransmissionServiceAppl::URIDialog':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: URIDialog (private in URITransmissionServiceAppl

This class is only visible from within URITransmissionServiceAppl.

Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--URITransmissionServiceAppl::URIDialog

Package:
stx:goodies/communication
Category:
Net-Communication-URI
Owner:
URITransmissionServiceAppl

Class protocol:

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

Usage example(s):

     UIPainter new openOnClass:URITransmissionServiceAppl::URIDialog andSelector:#windowSpec
     URITransmissionServiceAppl::URIDialog new openInterface:#windowSpec
     URITransmissionServiceAppl::URIDialog open


Instance protocol:

accessing
o  accepted
returns true if OK-Button was pressed

o  doAccept
(comment from inherited method)
this is invoked by the Return-Key (if returnIsOK) or
the ok-button (if any), IFF the application has been
opened modal (i.e. as a dialog).

o  getUri
return the value of the instance variable 'uri' (automatically generated)

o  title: something
set the value of the instance variable 'title' (automatically generated)

o  uri: anURI
set the value of the instance variable 'uri' (automatically generated)

aspects
o  acceptHolder
automatically generated by UIPainter ...

o  canAuthority

o  hostHolder
automatically generated by UIPainter ...

Usage example(s):

hostHolder addDependent:self.

Usage example(s):

hostHolder onChangeSend:#hostHolderChanged to:self.

o  inputGroup
automatically generated by UIPainter ...

Usage example(s):

inputGroup addDependent:self.

Usage example(s):

inputGroup onChangeSend:#inputGroupChanged to:self.

o  passwordHolder
automatically generated by UIPainter ...

Usage example(s):

passwordHolder addDependent:self.

Usage example(s):

passwordHolder onChangeSend:#passwordHolderChanged to:self.

o  pathHolder
automatically generated by UIPainter ...

Usage example(s):

pathHolder addDependent:self.

Usage example(s):

pathHolder onChangeSend:#pathHolderChanged to:self.

o  schemeHolder
automatically generated by UIPainter ...

Usage example(s):

schemeHolder addDependent:self.

Usage example(s):

schemeHolder onChangeSend:#schemeHolderChanged to:self.

o  schemeList
automatically generated by UIPainter ...

Usage example(s):

schemeList addDependent:self.

Usage example(s):

schemeList onChangeSend:#schemeListChanged to:self.

o  usernameHolder
automatically generated by UIPainter ...

Usage example(s):

usernameHolder addDependent:self.

Usage example(s):

usernameHolder onChangeSend:#usernameHolderChanged to:self.

startup
o  postOpenWith: aBuilder
(comment from inherited method)
this is sent after the application's main window is opened.
Can be redefined in subclasses for actions after opening the view.



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 21 Dec 2024 16:16:20 GMT