home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
showroleri.tcl
< prev
next >
Wrap
Text File
|
1997-10-21
|
1KB
|
57 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)showroleri.tcl /main/titanic/7
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)showroleri.tcl /main/titanic/7 21 Oct 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require_module_file "rolerights.tcl" security
Class ShowRoleRightsDlg : {RoleRightsDlg} {
constructor
method destructor
method popUp
}
constructor ShowRoleRightsDlg {class this name} {
set this [RoleRightsDlg::constructor $class $this $name]
# Start constructor user section
$this editable 0
$this delCancelButton
# End constructor user section
return $this
}
method ShowRoleRightsDlg::destructor {this} {
# Start destructor user section
# End destructor user section
$this RoleRightsDlg::destructor
}
method ShowRoleRightsDlg::popUp {this} {
if {! [[$this selectedSet] empty]} {
$this createObjectsIf
$this createRolesIf
$this createActionsIf
if [$this childRights] {
$this createRoleRightTypeIf
}
$this selectedObjectSetChanged
$this TemplateDialog::popUp
}
if {"[$this errorStack]" != ""} {
wmtkinfo [$this errorStack]
$this errorStack ""
}
}
# Do not delete this line -- regeneration end marker