Packages
libgda-ui-5.0
Gdaui
DataSelector
get_data_set
get_model
get_selected_rows
select_row
set_column_visible
set_model
unselect_row
selection_changed
DataSelector
Object Hierarchy:
Gdaui.DataSelector
Gdaui.DataSelector
Gdaui.DataSelector
GLib.Object
GLib.Object
GLib.Object->Gdaui.DataSelector
Description:
[
CCode
( type_id =
"gdaui_data_selector_get_type ()"
) ]
public
interface
DataSelector
:
Object
All known implementing classes:
Cloud
Combo
Form
Grid
ProviderSelector
RawForm
RawGrid
Namespace:
Gdaui
Package:
libgda-ui-5.0
Content:
Methods:
public
abstract
unowned
DataModelIter
get_data_set
()
Get the
DataModelIter
object represented the current selected row in
this
.
public
abstract
unowned
DataModel
get_model
()
Queries the
DataModel
from which the data displayed by the widget implementing
this
are.
public
abstract
Array
<
int
>
get_selected_rows
()
Gat an array of selected rows.
public
abstract
bool
select_row
(
int
row)
Force the selection of a specific row.
public
abstract
void
set_column_visible
(
int
column,
bool
visible)
Shows or hides the data at column
column
public
abstract
void
set_model
(
DataModel
model)
Sets the data model from which the data being displayed are.
public
abstract
void
unselect_row
(
int
row)
Please note that
row
refers to the "visible" row at the time it's being called, which may change if the widget implementing this interface uses a
DataProxy
(as is the case for example for the
RawForm
,
Form
,
RawGrid
and
Grid
).
Signals:
public
virtual
signal
void
selection_changed
()
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref