@TagLibraryUri(value="/org/jenkinsci/plugins/github_branch_source/form")
public interface FormTagLib
extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
Modifier and Type | Method and Description |
---|---|
void |
select()
Glorified
select control that supports the data binding and AJAX updates. |
void |
select(groovy.lang.Closure body)
Glorified
select control that supports the data binding and AJAX updates. |
void |
select(Map args)
Glorified
select control that supports the data binding and AJAX updates. |
void |
select(Map args,
groovy.lang.Closure body)
Glorified
select control that supports the data binding and AJAX updates. |
void select(Map args, groovy.lang.Closure body)
select
control that supports the data binding and AJAX updates.
Your descriptor should have the 'doFillXyzItems' method, which returns a ListBoxModel
representation of the items in your drop-down list box, and your instance field should
hold the current value.void select(groovy.lang.Closure body)
select
control that supports the data binding and AJAX updates.
Your descriptor should have the 'doFillXyzItems' method, which returns a ListBoxModel
representation of the items in your drop-down list box, and your instance field should
hold the current value.void select(Map args)
select
control that supports the data binding and AJAX updates.
Your descriptor should have the 'doFillXyzItems' method, which returns a ListBoxModel
representation of the items in your drop-down list box, and your instance field should
hold the current value.void select()
select
control that supports the data binding and AJAX updates.
Your descriptor should have the 'doFillXyzItems' method, which returns a ListBoxModel
representation of the items in your drop-down list box, and your instance field should
hold the current value.Copyright © 2016–2019. All rights reserved.