ManaTools::Shared::GUI::Properties

Section: User Contributed Perl Documentation (3)
Updated: 2017-07-06
Page Index
 

NAME

ManaTools::Shared::GUI::Properties - Class to manage a yui YProperties properly  

SYNOPSIS

package FooProps;

with 'ManaTools::Shared::PropertiesRole';

...

use ManaTools::Shared::GUI::Properties;

my $hbox = ... my $foo = FooProps->new(); my $properties = ManaTools::Shared::GUI::Properties->new(parentWidget => $hbox, properties => $foo); $foo->prop('bar', 'baz'); $properties->refresh(); ...  

DESCRIPTION

This class wraps YProperties and it's child widgets to handle  

SUPPORT

You can find documentation for this module with the perldoc command:

perldoc ManaTools::Shared::GUI::Properties  

SEE ALSO

yui::YProperties  

AUTHOR

Maarten Vanraes <alien@rmail.be>  

COPYRIGHT and LICENSE

Copyright (C) 2015-2016, Maarten Vanraes.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA  

FUNCTIONS

 

new

INPUT

    hash ref containing
        parentWidget: the parent widget
        properties: the properties object

DESCRIPTION

    new is inherited from Moose, to create a Properties object

 

refresh

INPUT

    $self: this object

DESCRIPTION

    rebuilds the properties


 

Index

NAME
SYNOPSIS
DESCRIPTION
SUPPORT
SEE ALSO
AUTHOR
COPYRIGHT and LICENSE
FUNCTIONS
new
refresh