|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
public class PromptDataBuilder<B extends PromptDataBuilder<B>>
extends java.lang.Object
PromptData| Modifier | Constructor and Description |
|---|---|
protected |
PromptDataBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PromptData |
build()
Make an instance of
PromptData based on the properties set on this builder. |
static PromptDataBuilder<?> |
create() |
B |
defaultValue(java.lang.String x)
Set the value of the
defaultValue property for the instance constructed by this builder. |
B |
message(java.lang.String x)
Set the value of the
message property for the instance constructed by this builder. |
public static PromptDataBuilder<?> create()
public B defaultValue(java.lang.String x)
defaultValue property for the instance constructed by this builder.public B message(java.lang.String x)
message property for the instance constructed by this builder.public PromptData build()
PromptData based on the properties set on this builder.Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .